'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 30s

This commit is contained in:
Your Name
2025-06-03 22:44:55 +12:00
parent 3364914d3e
commit 9fbce5af39
2 changed files with 4 additions and 3 deletions

View File

@ -33,7 +33,7 @@ endif()
# Configure build-specific compiler flags
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g -gdwarf-4 -fno-omit-frame-pointer")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -DNDEBUG -g -gdwarf-4")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -DNDEBUG -g -gdwarf-4 -fno-omit-frame-pointer")
# Configure version.hpp file
configure_file(