diff options
author | Daniel Carl <danielcarl@gmx.de> | 2014-05-28 10:22:52 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2014-05-28 10:24:42 +0200 |
commit | a1d9090cefe78c24bab810d950978f248fc39b88 (patch) | |
tree | b20839f931d3cb69e05acde1b05f4e29d2b25ccc /config.mk | |
parent | ed93b58e30d924352a054bdf69b73bc9397305d8 (diff) | |
parent | f9f66df79faf85062eb575f6087a8dca87aa6b8a (diff) |
Merge branch 'feature/hsts'
Conflicts:
config.mk
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ LIBFLAGS = $(shell pkg-config --libs $(LIBS)) # normal compiler flags CFLAGS += $(shell pkg-config --cflags $(LIBS)) -CFLAGS += -Wall -pipe -std=c99 -pedantic -CFLAGS += -Wno-overlength-strings +CFLAGS += -Wall -pipe -std=c99 +CFLAGS += -Wno-overlength-strings -Werror=format-security CFLAGS += ${CPPFLAGS} LDFLAGS += ${LIBFLAGS} |