fix: add bigobj flag for cxflags in GMLIB-LegacyRemoteCallApi target
This commit is contained in:
@@ -13,11 +13,12 @@ add_requires("legacyremotecall")
|
|||||||
add_requires("levibuildscript")
|
add_requires("levibuildscript")
|
||||||
add_requires("ilistenattentively")
|
add_requires("ilistenattentively")
|
||||||
add_requires("gmlib")
|
add_requires("gmlib")
|
||||||
|
|
||||||
target("GMLIB-LegacyRemoteCallApi")
|
target("GMLIB-LegacyRemoteCallApi")
|
||||||
add_cxflags(
|
add_cxflags(
|
||||||
"/EHa",
|
"/EHa",
|
||||||
"/utf-8"
|
"/utf-8",
|
||||||
|
"/bigobj"
|
||||||
)
|
)
|
||||||
add_defines(
|
add_defines(
|
||||||
"NOMINMAX",
|
"NOMINMAX",
|
||||||
|
|||||||
Reference in New Issue
Block a user