diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |