We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a9fcb commit 9e6471bCopy full SHA for 9e6471b
tests/cpp-tests/CMakeLists.txt
@@ -473,6 +473,8 @@ if(APPLE)
473
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon-${APP_NAME}")
474
endif()
475
elseif(WINDOWS)
476
+ # "too large PDB" error often occurs in cpp-tests when using default "/Zi"
477
+ target_compile_options(${APP_NAME} PRIVATE /Z7)
478
cocos_copy_target_dll(${APP_NAME} COPY_TO ${APP_RES_DIR}/..)
479
480
0 commit comments