Fix compile errors on Clang 18

This commit is contained in:
OpenSauce04 2024-04-15 22:08:29 +01:00
parent 5f41a173fa
commit 106a4a2ef4

View File

@ -117,7 +117,7 @@ else()
if (NOT CMAKE_BUILD_TYPE STREQUAL Debug)
# _FORTIFY_SOURCE can't be used without optimizations.
add_compile_options(-Wp,-D_FORTIFY_SOURCE=2)
add_compile_options(-D_FORTIFY_SOURCE=2)
endif()
if (CITRA_WARNINGS_AS_ERRORS)