aboutsummaryrefslogtreecommitdiff
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 c7b9bf7..3a3c785 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ FLAGS += -O2
endif
LIBS =
-CFLAGS += -I. $(FLAGS) -c -MMD -Wall -Wextra -Wno-unused-parameter
+CFLAGS += -I. $(FLAGS) -c -MMD -Wall -Wextra -Wno-unused-parameter -Werror -pedantic
LDFLAGS += $(FLAGS)
SOURCES = test.cxx