Merge pull request #1769 from enetheru/defs

CMake: Match #1758 move of DEBUG_METHODS_ENABLED from build options to defs.hpp
This commit is contained in:
David Snopek
2025-04-17 07:41:48 -05:00
committed by GitHub

View File

@@ -159,7 +159,7 @@ function(common_compiler_flags)
GDEXTENSION
# features
$<${DEBUG_FEATURES}:DEBUG_ENABLED DEBUG_METHODS_ENABLED>
$<${DEBUG_FEATURES}:DEBUG_ENABLED>
$<${IS_DEV_BUILD}:DEV_ENABLED>