GNUmakefile: add -pedantic now that there are no warnings.

locals-and-roots
Doug Coleman 2016-03-30 15:39:20 -07:00
parent b324c30cc7
commit 2adec21174
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ifdef CONFIG
include $(CONFIG)
CFLAGS = -Wall \
-pedantic \
-DFACTOR_VERSION="$(VERSION)" \
-DFACTOR_GIT_LABEL="$(GIT_LABEL)" \
$(SITE_CFLAGS)