Don’t set -fobjc-arc-cxxlib=libc++

I never understood what this option was good for and now it gives a warning about being unused during compilation (even though it was set only during linking).
This commit is contained in:
Allan Odgaard
2013-02-01 17:33:08 +01:00
parent e6c6fc74aa
commit 91d786b2cd

1
target
View File

@@ -20,7 +20,6 @@ OBJCXX_FLAGS += -fobjc-arc -Xclang -fobjc-default-synthesize-properties -fobjc-c
LIBS += c++
LN_FLAGS += -m64 -mmacosx-version-min=$APP_MIN_OS -isysroot "$sdk"
LN_FLAGS += -fobjc-arc-cxxlib=libc++
LN_FLAGS += -fvisibility=hidden
LN_FLAGS += -Wl,-dead_strip
LN_FLAGS += -Wl,-dead_strip_dylibs