aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-01-19 00:57:22 +0000
committerStuart Connolly <stuart02@gmail.com>2014-01-19 00:57:22 +0000
commitadaa3956873aba928928058cb315fdfff7497d1e (patch)
tree1ff9714591958a0f583412fc99b3ab5e3bcf4c44 /Frameworks/PostgresKit
parent1ccd7a5f5989934f676c2e2837e3fb0e8da1ad53 (diff)
downloadsequelpro-adaa3956873aba928928058cb315fdfff7497d1e.tar.gz
sequelpro-adaa3956873aba928928058cb315fdfff7497d1e.tar.bz2
sequelpro-adaa3956873aba928928058cb315fdfff7497d1e.zip
Update analyzer modes.
Diffstat (limited to 'Frameworks/PostgresKit')
-rw-r--r--Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj b/Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj
index b7ceec7e..f70f6de4 100644
--- a/Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj
+++ b/Frameworks/PostgresKit/PostgresKit.xcodeproj/project.pbxproj
@@ -642,6 +642,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ CLANG_STATIC_ANALYZER_MODE = deep;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Source/PostgresKit-Prefix.pch";
@@ -804,6 +805,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
+ CLANG_STATIC_ANALYZER_MODE = deep;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -824,6 +826,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ CLANG_STATIC_ANALYZER_MODE = deep;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Source/PostgresKit-Prefix.pch";