Skip to content

Commit

Permalink
GNUmakefile: Enable -Wextra
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed May 7, 2021
1 parent 7aaa225 commit 8330230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Expand Up @@ -19,6 +19,7 @@ ifdef CONFIG
include $(CONFIG)

CFLAGS += -Wall \
-Wextra \
-pedantic \
-DFACTOR_VERSION="$(VERSION)" \
-DFACTOR_GIT_LABEL="$(GIT_LABEL)" \
Expand Down

0 comments on commit 8330230

Please sign in to comment.