mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
Define DEBUG preprocessor symbol for debug builds
This commit is contained in:
@@ -192,7 +192,7 @@ set_target_properties (common
|
||||
target_compile_features (common INTERFACE cxx_std_14)
|
||||
target_compile_definitions (common
|
||||
INTERFACE
|
||||
$<$<CONFIG:Debug>:_DEBUG>
|
||||
$<$<CONFIG:Debug>:DEBUG _DEBUG>
|
||||
$<$<AND:$<BOOL:profile>,$<NOT:$<BOOL:assert>>>:NDEBUG>)
|
||||
|
||||
if (MSVC)
|
||||
|
||||
Reference in New Issue
Block a user