Jelajahi Sumber

Merge pull request #1769 from enetheru/defs

CMake: Match #1758 move of DEBUG_METHODS_ENABLED from build options to defs.hpp
David Snopek 3 bulan lalu
induk
melakukan
195188f321
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>