feat: add address sanitizer
This commit is contained in:
parent
66762058a9
commit
b98b2b2a71
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,2 +1,2 @@
|
|||
pesticide: main.cpp enums.h enum_names.h
|
||||
g++ -o pesticide main.cpp -Werror -Wextra -pedantic -O0 -g -gdwarf64
|
||||
pesticide: main.cpp enums.h enum_names.h Makefile
|
||||
g++ -o pesticide main.cpp -Werror -Wextra -pedantic -O0 -g -gdwarf64 -fsanitize=address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue