Explorar o código

Merge pull request #1769 from enetheru/defs

CMake: Match #1758 move of DEBUG_METHODS_ENABLED from build options to defs.hpp
David Snopek hai 4 meses
pai
achega
195188f321
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmake/common_compiler_flags.cmake

+ 1 - 1
cmake/common_compiler_flags.cmake

@@ -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>