defs.mk.in: Enable BUILD_CFLAGS += -std=c99

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-09-30 11:10:27 +00:00
commit 4c6aea9c99

View file

@ -272,7 +272,7 @@ CLANG_CPPFLAGS += -Wno-unused-private-field -Wno-self-assign-field -W
ifneq ($(GCC_VERSION),4.1.0)
ifneq ($(GCC_VERSION),4.5.1)
#BUILD_CFLAGS += -std=c99
BUILD_CFLAGS += -std=c99
BUILD_CPPFLAGS += -std=c++11
endif
endif