diff options
author | axis <qt-info@nokia.com> | 2010-02-04 08:22:49 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-02-04 09:14:34 (GMT) |
commit | 4efb96943e863e29d5e20e1b0417dd83b014593d (patch) | |
tree | 1ab0910fac672673aa996f9488cfd046c810736a /mkspecs | |
parent | e3777a6f99992412a47be215e5dfecbe9e0e78bd (diff) | |
download | Qt-4efb96943e863e29d5e20e1b0417dd83b014593d.zip Qt-4efb96943e863e29d5e20e1b0417dd83b014593d.tar.gz Qt-4efb96943e863e29d5e20e1b0417dd83b014593d.tar.bz2 |
Fixed compiler arguments when compiling in debug/release mode.
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/common/symbian/symbian-makefile.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/symbian-makefile.conf b/mkspecs/common/symbian/symbian-makefile.conf index bf4f43c..341e27a 100644 --- a/mkspecs/common/symbian/symbian-makefile.conf +++ b/mkspecs/common/symbian/symbian-makefile.conf @@ -18,6 +18,10 @@ QMAKE_CXXFLAGS += $$QMAKE_CFLAGS --no_parse_templates QMAKE_LFLAGS += --diag_suppress 6331,6780 --bpabi --reloc --datacompressor=off --split --rw-base 0x800000 --dll --no_scanlib QMAKE_LFLAGS_APP += --entry _E32Startup QMAKE_LFLAGS_SHLIB += --entry _E32Dll +QMAKE_CFLAGS_DEBUG += -g +QMAKE_CXXFLAGS_DEBUG += -g +QMAKE_CFLAGS_RELEASE += -O2 -Otime +QMAKE_CXXFLAGS_RELEASE += -O2 -Otime DEFINES += __SYMBIAN32__ EKA2 __S60_50__ __S60_3X__ __SERIES60_3X__ __EPOC32__ __MARM__ __EABI__ __ARMCC__ __ARMcc_2__ __ARMCC_2_2__ __MARM_ARMV5__ __MARM_THUMB__ __MARM_INTERWORK__ __DLL__ _UNICODE __SUPPORT_CPP_EXCEPTIONS__ |