Revert enabling PPC tests by default.

This commit is contained in:
Maxim Poliakovski 2021-01-24 11:45:12 +01:00
parent 593230f326
commit 2f8694e57c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if (UNIX AND NOT APPLE)
endif()
endif()
option(DPPC_BUILD_PPC_TESTS "Build PowerPC tests" ON)
option(DPPC_BUILD_PPC_TESTS "Build PowerPC tests" OFF)
option(DPPC_BUILD_BENCHMARKS "Build benchmarking programs" OFF)
option(ENABLE_68K_DEBUGGER "Enable 68k debugging" OFF)