aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc9c88c..d2e183b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ BINDIR = $(PREFIX)/bin
CONFIG ?= ../config
-include configs/$(CONFIG).mk
-CFLAGS ?= -O3
+CFLAGS ?= -O3 -DNDEBUG
meh: $(OBJFILES)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJFILES) $(LIBS)