接续上一轮:推进浏览器验证与M428配置收拢
结论:已完成浏览器侧真实加载验证,M428/M429/M430 的配置入口进一步从 LinuxCNC INI/HALFILE/REMAP 来源生成,native 与 source-link 验证通过。
This commit is contained in:
@@ -101,6 +101,7 @@ LINUXCNC_ROOT="$linuxcnc_root" ./check-linuxcnc-inputs.sh --root-only
|
||||
printf '%s\n' \
|
||||
"$std_flag" \
|
||||
-DULAPI \
|
||||
-DCNC_SIM_ENABLE_LINUXCNC_WASM_SAFE_PROBE \
|
||||
$([[ "$syntax_only" -eq 1 ]] && printf '%s\n' -fsyntax-only) \
|
||||
$([[ "$include_wctype" -eq 1 ]] && printf '%s\n' -include wctype.h) \
|
||||
$([[ "$function_sections" -eq 1 ]] && printf '%s\n' -ffunction-sections) \
|
||||
|
||||
Reference in New Issue
Block a user