1
0
Fork 0

Refactor the flags note file.

This commit is contained in:
wael 2021-09-08 19:32:51 +03:00
parent 885706b391
commit 9b09d0b161
1 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
-g debug
-fsanitize=address memory leaks
-Wall warnings
Debug: -g
Memory leaks: -fsanitize=address
For undefined vars: -fsanitize=undefined
Warnings (all of them): -Wall