diff --git a/makefile b/makefile index cf76e6c..9536d3a 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ CC ?= cc -CFLAGS += -Wall -Wextra -Wpedantic -O3 -MD -MP -std=gnu99 +CFLAGS += -Wall -Wextra -Wpedantic -O3 -MD -MP -std=gnu99 -DNDEBUG LDFLAGS += SRC = $(shell find src/ -name '*.c')