diff --git a/makefile b/makefile index 5d471c0..4ecd9a8 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ CSTD := c17 CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -static LDFLAGS := -ifeq ($(DEBUG),1) +ifneq ($(DEBUG),0) CFLAGS += -g -Og PROF := dbg else