mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-01 17:19:59 +01:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user