We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9560a07 commit 13ce7b6Copy full SHA for 13ce7b6
1 file changed
toolchain/scripts/lib/config_manager.sh
@@ -374,7 +374,7 @@ config_set_defaults() {
374
375
# Default enable options (following original script logic)
376
CONFIG_CACHE["dry_run"]="__FALSE__"
377
- CONFIG_CACHE["enable_tsan"]="__FALSE__"
+ CONFIG_CACHE["ENABLE_TSAN"]="__FALSE__"
378
CONFIG_CACHE["enable_opencl"]="__FALSE__"
379
CONFIG_CACHE["enable_cuda"]="__FALSE__"
380
CONFIG_CACHE["enable_hip"]="__FALSE__"
@@ -1242,4 +1242,4 @@ config_apply_modes() {
1242
;;
1243
esac
1244
fi
1245
-}
+}
0 commit comments