diff options
| author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-08-25 18:54:04 -0400 |
|---|---|---|
| committer | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-08-25 18:54:04 -0400 |
| commit | 0b6d3b195ee0c04e097454efa1a4dc96e9f57271 (patch) | |
| tree | 4e05b23702c200f3df94db96d257f5ddb8e131ff /xcode/Config/ReleaseProject.xcconfig | |
| parent | c80449247c0e3032401297edf19a1be8078900cc (diff) | |
| parent | 661699bfc0249b828b09f34be690b6f9ff5d295e (diff) | |
| download | googletest-0b6d3b195ee0c04e097454efa1a4dc96e9f57271.tar.gz googletest-0b6d3b195ee0c04e097454efa1a4dc96e9f57271.tar.bz2 googletest-0b6d3b195ee0c04e097454efa1a4dc96e9f57271.zip | |
Merge pull request #512 from google/unification
Unify googlemock into googletest
Diffstat (limited to 'xcode/Config/ReleaseProject.xcconfig')
| -rw-r--r-- | xcode/Config/ReleaseProject.xcconfig | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/xcode/Config/ReleaseProject.xcconfig b/xcode/Config/ReleaseProject.xcconfig deleted file mode 100644 index 5349f0a0..00000000 --- a/xcode/Config/ReleaseProject.xcconfig +++ /dev/null @@ -1,32 +0,0 @@ -// -// ReleaseProject.xcconfig -// -// These are Release Configuration project settings for the gtest framework -// and examples. It is set in the "Based On:" dropdown in the "Project" info -// dialog. -// This file is based on the Xcode Configuration files in: -// http://code.google.com/p/google-toolbox-for-mac/ -// - -#include "General.xcconfig" - -// subconfig/Release.xcconfig - -// Optimize for space and size (Apple recommendation) -GCC_OPTIMIZATION_LEVEL = s - -// Deploment postprocessing is what triggers Xcode to strip -DEPLOYMENT_POSTPROCESSING = YES - -// No symbols -GCC_GENERATE_DEBUGGING_SYMBOLS = NO - -// Dead code strip does not affect ObjC code but can help for C -DEAD_CODE_STRIPPING = YES - -// NDEBUG is used by things like assert.h, so define it for general compat. -// ASSERT going away in release tends to create unused vars. -OTHER_CFLAGS = $(OTHER_CFLAGS) -DNDEBUG=1 -Wno-unused-variable - -// When we strip we want to strip all symbols in release, but save externals. -STRIP_STYLE = all |
