Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2011-03-13 14:16:37 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:13:29 +0300
commitbb690ae96a842ac289fb7e85ef99abb8e648f8b6 (patch)
treed006637118a915df8837e548580f03cfa762a7ea /common.pri
parent8401ecac15450b07f881800a9f7587ebd94ede1b (diff)
[IPHONE] Building with debug symbols for profiling.
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.pri b/common.pri
index fd97485260..576c431528 100644
--- a/common.pri
+++ b/common.pri
@@ -73,7 +73,7 @@ win32-msvc2008 {
unix|win32-g++ {
QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-compare -Wno-strict-aliasing
-# QMAKE_CXXFLAGS_RELEASE += -g
+ QMAKE_CXXFLAGS_RELEASE += -g
# experimental
QMAKE_CFLAGS_RELEASE *= -ffast-math
QMAKE_CXXFLAGS_RELEASE *= -ffast-math