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

Add CMake option to not use parallel STL.

This commit is contained in:
Bartosz Taudul
2024-06-08 00:20:12 +02:00
parent a3b63bb468
commit d9fe3ed9a6
8 changed files with 33 additions and 22 deletions

View File

@@ -1,6 +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_PARALLEL_STL "Disable parallel STL" OFF)
set(NO_STATISTICS OFF)
include(${CMAKE_CURRENT_LIST_DIR}/../cmake/version.cmake)