forked from organicmaps/organicmaps
Removed warning when building for iphone
This commit is contained in:
parent
1c20e772a0
commit
4379575f9b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ TEMPLATE = app
|
|||
CONFIG += hide_symbols warn_on dwarf2 app_bundle incremental global_init_link_order lib_version_first plugin_no_soname link_prl
|
||||
QMAKE_INCREMENTAL_STYLE = sublib
|
||||
|
||||
QMAKE_CC = gcc-4.2 -std=c99 -arch $$DEVICE_ARCH -arch $$DEVICE_ARCH2
|
||||
QMAKE_CC = gcc-4.2 -arch $$DEVICE_ARCH -arch $$DEVICE_ARCH2
|
||||
QMAKE_CXX = g++-4.2 -arch $$DEVICE_ARCH -arch $$DEVICE_ARCH2
|
||||
|
||||
QMAKE_RESOURCE =
|
||||
|
|
Loading…
Add table
Reference in a new issue