File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,9 @@ if (WITH_RPCSX)
187187endif ()
188188
189189if (WITH_RPCS3)
190+ include (ConfigureCompiler)
191+ include (CheckFunctionExists)
192+
190193 add_subdirectory (rpcs3)
191194 add_subdirectory (ps3fw)
192195endif ()
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set(LLVM_VERSION 19.1)
99
1010option (USE_ARCH "Specify arch to build" "" )
1111
12- if (NOT USE_ARCH STREQUAL "" )
12+ if (USE_ARCH)
1313 add_compile_options (-march=${USE_ARCH} )
1414endif ()
1515
Original file line number Diff line number Diff line change 3030 endif ()
3131
3232 add_compile_options (-Wall)
33- # add_compile_options(-fno-exceptions)
33+ add_compile_options (-fno-exceptions)
3434 add_compile_options (-fstack-protector)
3535
3636 if (USE_NATIVE_INSTRUCTIONS AND COMPILER_SUPPORTS_MARCH_NATIVE)
You can’t perform that action at this time.
0 commit comments