feat: add address sanitizer

This commit is contained in:
Phireh 2023-09-24 17:12:14 +02:00
commit b98b2b2a71
Signed by: Phireh
GPG key ID: DD169F1BA658A5E5

View file

@ -1,2 +1,2 @@
pesticide: main.cpp enums.h enum_names.h pesticide: main.cpp enums.h enum_names.h Makefile
g++ -o pesticide main.cpp -Werror -Wextra -pedantic -O0 -g -gdwarf64 g++ -o pesticide main.cpp -Werror -Wextra -pedantic -O0 -g -gdwarf64 -fsanitize=address