diff --git a/Makefile b/Makefile index 745dd06..d06b199 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = cc CFLAGS = -std=c17 CFLAGS_WARNINGS = -Wall -Wextra -CFLAGS_RELEASE = -O2 -fstack-protector-strong -fpie +CFLAGS_RELEASE = -O2 -fstack-protector-strong -fpie -s CFLAGS_DEBUG = -O0 -ggdb -DDEBUG -fsanitize=address -static-libasan prefix = /usr/local