NO_STATISTICS is not an option in most of the tools.

This commit is contained in:
Bartosz Taudul
2026-03-31 21:55:49 +02:00
parent b6b1eed1d5
commit eb81bdc3f8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
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)
option(NO_STATISTICS "Disable calculation of statistics" ON)
set(NO_STATISTICS ON)
include(${CMAKE_CURRENT_LIST_DIR}/../cmake/version.cmake)