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:
xavier
2013-01-28 21:04:31 +00:00
parent 0c153d1a3f
commit b6a2747223

View File

@@ -164,3 +164,10 @@ unix {
}
}
}
win32 {
*-g++* {
system(g++ -v --help 2>&1 | find \"fipa-sra\" >NUL) {
QMAKE_CXXFLAGS += -fno-ipa-sra
}
}
}