Skip to content
Snippets Groups Projects
Commit 944ece6d authored by Armin Felder's avatar Armin Felder
Browse files

Merge branch 'master' into iosInvalidSignatures

parents 8d4535d0 86eea63a
No related branches found
No related tags found
1 merge request!112Ios invalid signatures
......@@ -290,7 +290,8 @@ CONFIG(release, debug|release) {
QMAKE_CXXFLAGS += -Ofast -funroll-loops -fno-signed-zeros -fno-trapping-math
}
ios:{
QMAKE_CXXFLAGS += -O3
CONFIG += ltcg
QMAKE_CXXFLAGS += -Ofast -funroll-loops -fno-signed-zeros -fno-trapping-math
}
}
......
......@@ -48,7 +48,6 @@ class NotificationAbstract : public QObject
void messageReceived( QString pServer, QString pRid, QString pName, QString pType );
void switchChannelByName( QString pChannel );
};
#endif // NOTIFICATIONABSTRACT_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment