mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-02-20 13:48:38 +01:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue