[Chore] (MG_Test/CMake): Set debug build type and flags.

This commit is contained in:
BZLZHH
2025-08-14 18:52:24 +08:00
parent c624cc1b0c
commit 5ee9b44f3b
+2
View File
@@ -3,6 +3,8 @@ project(MobileGLTest)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0")
include(FetchContent)
FetchContent_Declare(