From 57eef0d053bb44e3283c7f66193b06fd53653e40 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Wed, 26 Nov 2025 17:22:24 +0100 Subject: [PATCH] disables asmjit by default in presets to decrease build times also this is inline with DBT-RISE-RISCV --- CMakePresets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index e7ab433..8b236ee 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -22,7 +22,7 @@ "CONAN_HOST_PROFILE": "auto-cmake", "CONAN_BUILD_PROFILE": "conan_host_profile", "CMAKE_EXECUTE_PROCESS_COMMAND_ECHO": "STDOUT", - "WITH_TCC": "OFF" + "WITH_ASMJIT": "OFF" } }, { @@ -50,4 +50,4 @@ } } ] -} +} \ No newline at end of file