Files
coco 4af4d1c457 a
2026-07-03 15:59:36 +08:00

10 lines
219 B
Plaintext

#set default build type to Release
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
"Choose the type of build, options are: Debug Release
RelWithDebInfo MinSizeRel." FORCE)
endif()