From af5db7adb1944f46b8d3bf6983dcc6f8b761e8fd Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Sun, 14 Nov 2010 00:29:59 +0000 Subject: [PATCH] Set the symbol visibility to match other libraries to keep the linker from complaining about it git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6266 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- presents.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/presents.xcodeproj/project.pbxproj b/presents.xcodeproj/project.pbxproj index 66b3e6cc5..c2869b13d 100644 --- a/presents.xcodeproj/project.pbxproj +++ b/presents.xcodeproj/project.pbxproj @@ -505,6 +505,10 @@ ./src/cpp, ); ONLY_ACTIVE_ARCH = YES; + OTHER_CPLUSPLUSFLAGS = ( + "-fvisibility=hidden", + "-fvisibility-inlines-hidden", + ); PREBINDING = NO; SDKROOT = iphoneos4.2; STRIP_STYLE = debugging;