common: Add -fsized-deallocation as a Clang flag
Prevents an operator delete error when compiling with Clang 11.
This commit is contained in:
parent
70db238f80
commit
a58086ae0d
|
@ -206,6 +206,8 @@ if (MSVC)
|
||||||
else()
|
else()
|
||||||
target_compile_options(common PRIVATE
|
target_compile_options(common PRIVATE
|
||||||
-Werror
|
-Werror
|
||||||
|
|
||||||
|
$<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Reference in New Issue