mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 04:30:53 +01:00
The -fno-ipa-sra option is now added under Windows too.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2015 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -164,3 +164,10 @@ unix {
|
||||
}
|
||||
}
|
||||
}
|
||||
win32 {
|
||||
*-g++* {
|
||||
system(g++ -v --help 2>&1 | find \"fipa-sra\" >NUL) {
|
||||
QMAKE_CXXFLAGS += -fno-ipa-sra
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user