mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 14:00:54 +02:00
build: refactor: set debug definitions in main CMakeLists
No functional change. This is a simple move required the next commit.
This commit is contained in:
@@ -119,14 +119,6 @@ endfunction()
|
||||
|
||||
set_default_config(RelWithDebInfo)
|
||||
|
||||
# Redefine/adjust per-configuration flags.
|
||||
target_compile_definitions(core_interface_debug INTERFACE
|
||||
DEBUG
|
||||
DEBUG_LOCKORDER
|
||||
DEBUG_LOCKCONTENTION
|
||||
RPC_DOC_CHECK
|
||||
ABORT_ON_FAILED_ASSUME
|
||||
)
|
||||
# We leave assertions on.
|
||||
if(MSVC)
|
||||
remove_cxx_flag_from_all_configs(/DNDEBUG)
|
||||
|
Reference in New Issue
Block a user