summaryrefslogtreecommitdiff
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 59e883e..3cea400 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ $(DEPFILES):
include $(wildcard $(DEPFILES))
-CXXFLAGS = -g -O3 -std=c++17 -I.
+CXXFLAGS = -Wall -g -O3 -std=c++17 -I.
%.o: %.cc
g++ -MMD $(CXXFLAGS) -c $< -o $@