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
+2 -1
View File
@@ -17,7 +17,8 @@ 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",