瀏覽代碼

Merge pull request #5904 from lat9nq/common-sized-dealloc

common: Add -fsized-deallocation as a Clang flag
LC 5 年之前
父節點
當前提交
dee133ab3d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/common/CMakeLists.txt

+ 2 - 0
src/common/CMakeLists.txt

@@ -206,6 +206,8 @@ if (MSVC)
 else()
   target_compile_options(common PRIVATE
     -Werror
+
+    $<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
   )
 endif()