Skip to content

Commit

Permalink
Merge pull request #323 from wheremyfoodat/wheremyfoodat-patch-2
Browse files Browse the repository at this point in the history
Disable dev panics by default
  • Loading branch information
wheremyfoodat authored Oct 21, 2023
2 parents 4eeecc9 + f24a18a commit 88927f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format-nonliteral -Wno-format-security")
endif()

option(DISABLE_PANIC_DEV "Make a build with fewer and less intrusive asserts" OFF)
option(DISABLE_PANIC_DEV "Make a build with fewer and less intrusive asserts" ON)
option(GPU_DEBUG_INFO "Enable additional GPU debugging info" OFF)
option(ENABLE_OPENGL "Enable OpenGL rendering backend" ON)
option(ENABLE_VULKAN "Enable Vulkan rendering backend" ON)
Expand Down

0 comments on commit 88927f5

Please sign in to comment.