2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Update can't be built without NO_STATISTICS.

This commit is contained in:
Bartosz Taudul
2025-06-18 20:00:02 +02:00
parent f1119d88b9
commit 1a872faae6

View File

@@ -1,7 +1,8 @@
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)