mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
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:
parent
20540faed9
commit
d06cc7b3a9
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue