disables asmjit by default in presets to decrease build times

also this is inline with DBT-RISE-RISCV
This commit is contained in:
2025-11-26 17:22:24 +01:00
parent 924808e99d
commit 57eef0d053

View File

@@ -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"
}
},
{