mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
remove flag on David's advice
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39445 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec3ca6960a
commit
0121729c2e
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ ifeq ($(OBJC_RUNTIME_LIB), ng)
|
|||
OBJC_LDFLAGS =
|
||||
OBJC_LIB_DIR =
|
||||
OBJC_LIBS = $(OBJC_LIB_FLAG) -fobjc-nonfragile-abi
|
||||
RUNTIME_FLAG = -fobjc-runtime=gnustep-1.8 -fblocks -fno-objc-legacy-dispatch
|
||||
RUNTIME_FLAG = -fobjc-runtime=gnustep-1.8 -fblocks
|
||||
RUNTIME_DEFINE = -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1
|
||||
# Projects may control the use of ARC by defining GS_WITH_ARC=1
|
||||
# or GS_WITH_ARC=0 at the start of their GNUmakefile, or in the environment,
|
||||
|
|
Loading…
Reference in a new issue