mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
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:
1
target
1
target
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user