Move NO_ISA_EXTENSIONS option to config.cmake.

This commit is contained in:
Bartosz Taudul
2026-03-31 22:20:41 +02:00
parent eb81bdc3f8
commit 5877db5411
8 changed files with 4 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
cmake_minimum_required(VERSION 3.16)
option(NO_ISA_EXTENSIONS "Disable ISA extensions (don't pass -march=native or -mcpu=native to the compiler)" OFF)
set(NO_STATISTICS ON)
include(${CMAKE_CURRENT_LIST_DIR}/../cmake/version.cmake)