More whoopsies???!?

This commit is contained in:
offtkp 2024-07-31 04:06:26 +03:00
parent 5e0fceef63
commit f49a101170
4 changed files with 5 additions and 7 deletions

View file

@ -14,7 +14,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION
endif()
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE RelWithDebInfo)
set(CMAKE_BUILD_TYPE Release)
endif()
project(Alber)