diff options
| author | Paolo Bosetti <[email protected]> | 2012-08-14 11:29:16 +0200 |
|---|---|---|
| committer | Paolo Bosetti <[email protected]> | 2012-08-14 11:29:16 +0200 |
| commit | 263de094b788b8f194926662fbe2311301756057 (patch) | |
| tree | 1c41293c6352114e7632d6d659f5bb3cb8f76bfc /xcode/mruby.xcodeproj/xcshareddata/xcschemes | |
| parent | 386f90b48b8a7d5e279df57b87bd244d9f954240 (diff) | |
| download | mruby-263de094b788b8f194926662fbe2311301756057.tar.gz mruby-263de094b788b8f194926662fbe2311301756057.zip | |
Further improvement and optimization of Xcode project build settings
Diffstat (limited to 'xcode/mruby.xcodeproj/xcshareddata/xcschemes')
3 files changed, 3 insertions, 3 deletions
diff --git a/xcode/mruby.xcodeproj/xcshareddata/xcschemes/commands.xcscheme b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/commands.xcscheme index 98574b320..1290128e4 100644 --- a/xcode/mruby.xcodeproj/xcshareddata/xcschemes/commands.xcscheme +++ b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/commands.xcscheme @@ -105,7 +105,7 @@ </BuildableProductRunnable> </ProfileAction> <AnalyzeAction - buildConfiguration = "Debug"> + buildConfiguration = "CLANGDebug"> </AnalyzeAction> <ArchiveAction buildConfiguration = "Release" diff --git a/xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme index e09fc7cf8..814a08068 100644 --- a/xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme +++ b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/framework.xcscheme @@ -68,7 +68,7 @@ debugDocumentVersioning = "YES"> </ProfileAction> <AnalyzeAction - buildConfiguration = "Debug"> + buildConfiguration = "CLANGDebug"> </AnalyzeAction> <ArchiveAction buildConfiguration = "Release" diff --git a/xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme index 8a9947cc7..3f2ddb8c2 100644 --- a/xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme +++ b/xcode/mruby.xcodeproj/xcshareddata/xcschemes/libraries.xcscheme @@ -50,7 +50,7 @@ debugDocumentVersioning = "YES"> </ProfileAction> <AnalyzeAction - buildConfiguration = "Debug"> + buildConfiguration = "CLANGDebug"> </AnalyzeAction> <ArchiveAction buildConfiguration = "Release" |
