mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 17:37:57 -05:00
core: Add -fsized-dealloction as a Clang flag
Prevents a operator delete error when compiling with Clang 11.
This commit is contained in:
@ -653,6 +653,8 @@ else()
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
|
||||
|
||||
$<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
|
||||
|
||||
-Wno-sign-conversion
|
||||
)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user