summaryrefslogtreecommitdiff
path: root/Xcode/common.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Xcode/common.xcconfig')
-rw-r--r--Xcode/common.xcconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xcode/common.xcconfig b/Xcode/common.xcconfig
index bb97789..2c7ff3c 100644
--- a/Xcode/common.xcconfig
+++ b/Xcode/common.xcconfig
@@ -23,6 +23,9 @@ GCC_STRICT_ALIASING = NO
// Use C99 dialect.
GCC_C_LANGUAGE_STANDARD = c99
+// Don't search user paths with <> style #includes.
+ALWAYS_SEARCH_USER_PATHS = NO
+
// Compiler warnings.
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES