summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ac5e6e..5a8d958 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ check: all
clean:
$(RM) bfs *.o *.d
-release: CFLAGS := -O2 -flto -Wall -DNDEBUG
+release: CFLAGS := -O3 -flto -Wall -DNDEBUG
release: bfs
.PHONY: all check clean release