summaryrefslogtreecommitdiffstats
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 f6d6e8e..f7a70f7 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ bfs: bfs.o bftw.o color.o
clean:
$(RM) bfs *.o *.d
-release: CFLAGS := -O2 -flto -Wall
+release: CFLAGS := -O2 -flto -Wall -DNDEBUG
release: bfs
.PHONY: clean release