Now uses -fno-ipa-sra with g++, due to compilation errors wth -O2 and beyond.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1507 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-02-14 21:09:38 +00:00
parent ee99c57218
commit fce37998d1

View File

@@ -155,3 +155,8 @@ macx {
DEFINES += QET_LANG_PATH_RELATIVE_TO_BINARY_PATH
DEFINES += QET_COMMON_COLLECTION_PATH_RELATIVE_TO_BINARY_PATH
}
# Compilers-specific options
*-g++* {
QMAKE_CXXFLAGS += -fno-ipa-sra
}