1
0
Fork 0
forked from eden-emu/eden

Merge pull request #5904 from lat9nq/common-sized-dealloc

common: Add -fsized-deallocation as a Clang flag
This commit is contained in:
LC 2021-02-09 23:45:52 -05:00 committed by GitHub
commit dee133ab3d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()