按提示词结论补 wasm 探针源码依据锁

This commit is contained in:
cnc
2026-06-02 13:00:01 +08:00
parent 154fc7578a
commit 303b7f7a72
4 changed files with 12 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: this probe compares wasm-safe tooldata runtime stubs
# against src/emc/tooldata/tooldata_db.cc and tooldata_nml.cc while excluding
# exports already supplied by the wasm-safe tooldata_mmap backend.
linuxcnc_root=${LINUXCNC_ROOT:-../linuxcnc}
cxx=${CXX:-g++}
if [[ -z ${CXX:-} ]] && command -v ccache >/dev/null 2>&1; then