Browse Source
Merge pull request #5904 from lat9nq/common-sized-dealloc
common: Add -fsized-deallocation as a Clang flag
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/common/CMakeLists.txt
|
|
|
@ -206,6 +206,8 @@ if (MSVC) |
|
|
|
else() |
|
|
|
target_compile_options(common PRIVATE |
|
|
|
-Werror |
|
|
|
|
|
|
|
$<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation> |
|
|
|
) |
|
|
|
endif() |
|
|
|
|
|
|
|
|