From 88b09ba771cea1703c49201d15b0e1b5005eb7e7 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Fri, 6 Sep 2019 17:25:01 -1000 Subject: Fix some makefile flags --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index b9658f8..bf6edc5 100644 --- a/makefile +++ b/makefile @@ -35,7 +35,7 @@ endif cycc += -include system.h cycc += -fmessage-length=0 -cycc += -gfull -O2 +cycc += -O2 cycc += -fvisibility=hidden link += -Wl,-dead_strip @@ -166,6 +166,7 @@ apt32 += -Wno-tautological-compare apt32 += -Wno-uninitialized apt32 += -Wno-unused-private-field apt32 += -Wno-unused-variable +apt32 += -DNDEBUG endif flag64 := @@ -177,6 +178,7 @@ apt64 += -include apt.h apt64 += -Wno-deprecated-register apt64 += -Wno-unused-private-field apt64 += -Wno-unused-variable +apt64 += -DNDEBUG eapt := -include apt.h apt64 += $(eapt) -- cgit v1.2.3