mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Don't use -fconcepts anymore
This commit is contained in:
parent
4a32b70aec
commit
63210449c6
@ -27,10 +27,6 @@ else()
|
|||||||
add_compile_options(-fstack-protector)
|
add_compile_options(-fstack-protector)
|
||||||
add_compile_options(-msse -msse2 -mcx16)
|
add_compile_options(-msse -msse2 -mcx16)
|
||||||
|
|
||||||
if ((${CMAKE_CXX_COMPILER_ID} MATCHES "GNU") AND (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 10.1))
|
|
||||||
add_compile_options(-fconcepts)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_compile_options(-Werror=old-style-cast)
|
add_compile_options(-Werror=old-style-cast)
|
||||||
add_compile_options(-Werror=sign-compare)
|
add_compile_options(-Werror=sign-compare)
|
||||||
add_compile_options(-Werror=reorder)
|
add_compile_options(-Werror=reorder)
|
||||||
|
Loading…
Reference in New Issue
Block a user