Commit 38e25d49 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Fixed fatal error C1128

use /bigobj for all targets
parent ed3c83cb
...@@ -147,9 +147,7 @@ staticlib { ...@@ -147,9 +147,7 @@ staticlib {
core_x2t { core_x2t {
core_windows { core_windows {
CONFIG(debug, debug|release) {
QMAKE_CXXFLAGS += /bigobj QMAKE_CXXFLAGS += /bigobj
}
} else { } else {
QMAKE_CXXFLAGS += -Wall -Wno-ignored-qualifiers QMAKE_CXXFLAGS += -Wall -Wno-ignored-qualifiers
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment