diff options
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index bfd11e76d..263c457cd 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -206,6 +206,8 @@ if (MSVC) | |||
| 206 | else() | 206 | else() |
| 207 | target_compile_options(common PRIVATE | 207 | target_compile_options(common PRIVATE |
| 208 | -Werror | 208 | -Werror |
| 209 | |||
| 210 | $<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation> | ||
| 209 | ) | 211 | ) |
| 210 | endif() | 212 | endif() |
| 211 | 213 | ||