1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:47:34 +00:00

Meta+Documentation: Remove unused -DDEBUG from build

This commit is contained in:
Andrew Kaster 2021-07-12 01:31:47 -06:00 committed by Andreas Kling
parent f26d4e1d90
commit ca920ba082
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_compile_options(-fstack-clash-protection)
endif()
add_compile_definitions(DEBUG SANITIZE_PTRS)
add_compile_definitions(SANITIZE_PTRS)
set(CMAKE_CXX_FLAGS_STATIC "${CMAKE_CXX_FLAGS} -static")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pie -fpic")