1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/webrtc/trunk/testing/gtest/xcode/Config/General.xcconfig Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +// 1.5 +// General.xcconfig 1.6 +// 1.7 +// These are General configuration settings for the gtest framework and 1.8 +// examples. 1.9 +// This file is based on the Xcode Configuration files in: 1.10 +// http://code.google.com/p/google-toolbox-for-mac/ 1.11 +// 1.12 + 1.13 +// Build for PPC and Intel, 32- and 64-bit 1.14 +ARCHS = i386 x86_64 ppc ppc64 1.15 + 1.16 +// Zerolink prevents link warnings so turn it off 1.17 +ZERO_LINK = NO 1.18 + 1.19 +// Prebinding considered unhelpful in 10.3 and later 1.20 +PREBINDING = NO 1.21 + 1.22 +// Strictest warning policy 1.23 +WARNING_CFLAGS = -Wall -Werror -Wendif-labels -Wnewline-eof -Wno-sign-compare -Wshadow 1.24 + 1.25 +// Work around Xcode bugs by using external strip. See: 1.26 +// http://lists.apple.com/archives/Xcode-users/2006/Feb/msg00050.html 1.27 +SEPARATE_STRIP = YES 1.28 + 1.29 +// Force C99 dialect 1.30 +GCC_C_LANGUAGE_STANDARD = c99 1.31 + 1.32 +// not sure why apple defaults this on, but it's pretty risky 1.33 +ALWAYS_SEARCH_USER_PATHS = NO 1.34 + 1.35 +// Turn on position dependent code for most cases (overridden where appropriate) 1.36 +GCC_DYNAMIC_NO_PIC = YES 1.37 + 1.38 +// Default SDK and minimum OS version is 10.4 1.39 +SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk 1.40 +MACOSX_DEPLOYMENT_TARGET = 10.4 1.41 +GCC_VERSION = 4.0 1.42 + 1.43 +// VERSIONING BUILD SETTINGS (used in Info.plist) 1.44 +GTEST_VERSIONINFO_ABOUT = © 2008 Google Inc.