GNUmakefile: add -pedantic now that there are no warnings.
parent
b324c30cc7
commit
2adec21174
|
@ -7,6 +7,7 @@ ifdef CONFIG
|
|||
include $(CONFIG)
|
||||
|
||||
CFLAGS = -Wall \
|
||||
-pedantic \
|
||||
-DFACTOR_VERSION="$(VERSION)" \
|
||||
-DFACTOR_GIT_LABEL="$(GIT_LABEL)" \
|
||||
$(SITE_CFLAGS)
|
||||
|
|
Loading…
Reference in New Issue