Browse Source

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

common: Add -fsized-deallocation as a Clang flag
nce_cpp
LC 5 years ago
committed by GitHub
parent
commit
2952be3145
  1. 2
      src/common/CMakeLists.txt

2
src/common/CMakeLists.txt

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

Loading…
Cancel
Save