diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -260,9 +260,9 @@ else endif ifeq ($(DEBUG),1) - FLAGS += -O0 -g -std=c89 + FLAGS += -O0 -g else - FLAGS += -O2 -DNDEBUG -std=c89 + FLAGS += -O2 -DNDEBUG endif ifeq ($(PERF_TEST),1) |