mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
build: Disable cpu feature detection option
This will not be implemented any time soon so this might mislead developers new to the project. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -10,7 +10,8 @@ endif()
|
||||
|
||||
project(Ballistic LANGUAGES C VERSION 0.1.0)
|
||||
|
||||
option(BALLISTIC_ENABLE_CPU_FEATURE_DETECTION "Makes Ballistic able to detect CPU features of the host" ON)
|
||||
|
||||
# option(BALLISTIC_ENABLE_CPU_FEATURE_DETECTION "Makes Ballistic able to detect CPU features of the host" ON)
|
||||
option(BALLISTIC_ENABLE_LINK_TIME_OPTIMIZATION "Enables LTO for Ballistic (improves performance)" ON)
|
||||
option(BALLISTIC_ENABLE_BUILD_TESTS "Enables Ballistic tests" OFF)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user