add -std=gnu89 to allow compile with clang and -O0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36292 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-03-07 10:23:22 +00:00
parent 20540faed9
commit d06cc7b3a9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-03-07: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* EOControl/Makefile.preamble
add -std=gnu89 to allow compile with clang and -O0
2013-03-02: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Apps/EOModelEditor/EOMEDocument.m
* Apps/EOModelEditor/Inspectors/AdvancedRelationshipInspector.m

View file

@ -37,7 +37,7 @@
#
# Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS = $(FND_DEFINE) $(RUNTIME_DEFINE) -g
ADDITIONAL_CPPFLAGS = $(FND_DEFINE) $(RUNTIME_DEFINE) -std=gnu89
# Additional flags to pass to the Objective-C compiler
ADDITIONAL_OBJCFLAGS = $(TEST_CFLAGS)