Revert usage of the -Wa,-mbig-obj flag as that does not work on MXE.

master
Torsten Paul 2014-12-20 23:28:23 +01:00
parent 7d863d2bf2
commit abdf80c494
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ win* {
mingw* {
# needed to prevent compilation error on MSYS2:
# as.exe: objects/cgalutils.o: too many sections (76541)
QMAKE_CXXFLAGS += -Wa,-mbig-obj
# using -Wa,-mbig-obj did not help
debug: QMAKE_CXXFLAGS += -O1
}