mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-17 08:19:59 +01:00
Remove flag no fipa-sra
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3029 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -174,16 +174,4 @@ macx {
|
||||
# Compilers-specific options
|
||||
unix {
|
||||
QMAKE_COPY_DIR = 'cp -f -r --preserve=timestamps'
|
||||
*-g++* {
|
||||
system(g++ -v --help 2>&1 | grep -q fipa-sra) {
|
||||
QMAKE_CXXFLAGS += -fno-ipa-sra
|
||||
}
|
||||
}
|
||||
}
|
||||
win32 {
|
||||
*-g++* {
|
||||
system(g++ -v --help 2>&1 | find \"fipa-sra\" >NUL) {
|
||||
QMAKE_CXXFLAGS += -fno-ipa-sra
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user