mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk.in: Enable BUILD_CFLAGS += -std=c99
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
69d549aa0c
commit
4c6aea9c99
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue