mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 16:36:59 +00:00
Switch build mode to Debug
I was wondering why my asserts wasn't working. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
9224377fd9
commit
6f5b6b8742
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
|
|||
set(IMGUI_DIR ${CMAKE_CURRENT_SOURCE_DIR}/3rd_Party/imgui)
|
||||
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
endif()
|
||||
|
||||
# Optimizations
|
||||
|
|
@ -72,4 +72,4 @@ find_package(OpenGL REQUIRED)
|
|||
target_link_libraries(Pound PRIVATE OpenGL::GL)
|
||||
|
||||
# add ./gui directory
|
||||
add_subdirectory(gui)
|
||||
add_subdirectory(gui)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue