Remove unnecessary precompiled headers
This reduces the huge amount of near-useless small extra files scattered around for the sake of the platform demo projects. This requires explicitly listing all the ncessary include paths.
This commit is contained in:
@@ -629,8 +629,6 @@
|
||||
DSTROOT = /tmp/welsenc.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "welsenc/welsenc-Prefix.pch";
|
||||
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*]" = (
|
||||
APPLE_IOS,
|
||||
HAVE_NEON,
|
||||
@@ -661,8 +659,6 @@
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
DSTROOT = /tmp/welsenc.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "welsenc/welsenc-Prefix.pch";
|
||||
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*]" = (
|
||||
APPLE_IOS,
|
||||
HAVE_NEON,
|
||||
|
||||
Reference in New Issue
Block a user