forked from organicmaps/organicmaps
[drape] [ios] Set drape optimization level to -O2 in debug configuration.
This commit is contained in:
parent
39b46b462d
commit
b2205b7e5b
2 changed files with 2 additions and 0 deletions
|
@ -740,6 +740,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34AF87C91DBE4F4900E5E7DC /* common-debug.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_OPTIMIZATION_LEVEL = 2;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(OMIM_ROOT)/3party/glm/",
|
||||
|
|
|
@ -970,6 +970,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 34AF87CB1DBE508400E5E7DC /* common-debug.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_OPTIMIZATION_LEVEL = 2;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(OMIM_ROOT)",
|
||||
"$(BOOST_ROOT)",
|
||||
|
|
Loading…
Add table
Reference in a new issue