blob: 32c5512a8a15905fa21298b4507d2677238b3ce4 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/cmake/ksutil.cmake
2+++ b/cmake/ksutil.cmake
3@@ -135,7 +135,6 @@ macro(ksutil_setup_platform)
4 set(KS_PLAT_LIN 1 CACHE INTERNAL "Platform definition" FORCE)
5 set(CMAKE_POSITION_INDEPENDENT_CODE YES)
6
7- add_compile_options("$<$<CONFIG:Release>:-O2>")
8 add_compile_options("$<$<CONFIG:Release>:-g>")
9
10 add_compile_options("$<$<CONFIG:Debug>:-O0>")