Przeglądaj źródła

Merge pull request #5905 from lat9nq/core-sized-dealloc

core: Add -fsized-dealloction as a Clang flag
LC 5 lat temu
rodzic
commit
3c22ce035b
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/core/CMakeLists.txt

+ 2 - 0
src/core/CMakeLists.txt

@@ -653,6 +653,8 @@ else()
         $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
         $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
         $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
         $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
 
 
+        $<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
+
         -Wno-sign-conversion
         -Wno-sign-conversion
     )
     )
 endif()
 endif()