Remove debug compile options from CMakeLists.txt

This commit is contained in:
2025-12-06 00:05:53 +08:00
parent 7ae0aeb744
commit 2cf5db11bd

View File

@@ -18,9 +18,6 @@ include(FetchContent)
add_compile_options(
-Wall
-Wextra
-O0
-g3
-fno-omit-frame-pointer
)
if (UNIX)