summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 823954d..230e975 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
CPP := g++
-CPP_ARGS := -Wall -g -I.
+CPP_ARGS := -Wall -Werror -I.
LD_ARGS :=
BINARIES := $(patsubst %.cpp, build/%, $(wildcard *.cpp))