aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-22 21:23:25 +1300
committerDavid Phillips <david@sighup.nz>2017-12-22 21:23:25 +1300
commit896b3445d2add72f5bf243ea03506367133a2db8 (patch)
treeb4209d434b093427ef6b267c96a664e84ed84d3e
parent2998246e1b15a09781ff892192992f696d5a6926 (diff)
downloadtetris-896b3445d2add72f5bf243ea03506367133a2db8.tar.xz
Remove Werror, add pedantic to CFLAGS
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index bb6e909..39f6a44 100644
--- a/config.mk
+++ b/config.mk
@@ -1,2 +1,2 @@
-CFLAGS += -I/usr/include/SDL2 -Wall -Wextra -Werror
+CFLAGS += -I/usr/include/SDL2 -Wall -Wextra -Wpedantic -pedantic-errors
LDFLAGS += -lSDL2