fix: add bigobj flag for cxflags in GMLIB-LegacyRemoteCallApi target

This commit is contained in:
zimuya4153
2025-04-16 18:38:13 +08:00
Unverified
parent 069e092323
commit 8863201207
+3 -2
View File
@@ -13,11 +13,12 @@ add_requires("legacyremotecall")
add_requires("levibuildscript")
add_requires("ilistenattentively")
add_requires("gmlib")
target("GMLIB-LegacyRemoteCallApi")
add_cxflags(
"/EHa",
"/utf-8"
"/utf-8",
"/bigobj"
)
add_defines(
"NOMINMAX",