forked from qt-creator/qt-creator
Lua: Fix MinGW build
Change-Id: I0d19cf8f9e0e28c0016f5532fdbb1d4b174cfe7d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -47,6 +47,11 @@ QtcPlugin {
|
|||||||
condition: qbs.toolchain.contains("msvc")
|
condition: qbs.toolchain.contains("msvc")
|
||||||
cpp.cxxFlags: "/bigobj"
|
cpp.cxxFlags: "/bigobj"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Properties {
|
||||||
|
condition: qbs.toolchain.contains("mingw")
|
||||||
|
cpp.cxxFlags: "-Wa,-mbig-obj"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
|
Reference in New Issue
Block a user