mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 06:07:56 -05:00
common: Add -fsized-deallocation as a Clang flag
Prevents an operator delete error when compiling with Clang 11.
This commit is contained in:
@ -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
Block a user