mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-05 11:29:58 +00: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()
|
||||
target_compile_options(common PRIVATE
|
||||
-Werror
|
||||
|
||||
$<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue