소스 검색

Merge pull request #1769 from enetheru/defs

CMake: Match #1758 move of DEBUG_METHODS_ENABLED from build options to defs.hpp
David Snopek 4 달 전
부모
커밋
195188f321
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>