aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7bacd49..72f1f5c 100644
--- a/Makefile
+++ b/Makefile
@@ -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)