pcbjam/scripts
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi af2adda002 Improve build system with debug symbols, clean modes, and parallel jobs
- Add build.md documentation for the WASM build system
- Default to debug builds with -gsource-map for WASM debugging
- Add --release flag to disable debug symbols
- Add --clean flag for full rebuild (deps + wxWidgets + KiCad)
- Add -j N flag for parallel compilation (default: 1 for sequential)
- Update Docker memory limit to 32GB
- Propagate DEBUG_BUILD and JOBS to all dependency scripts

Build modes:
- ./docker/build.sh --clean -j8  (full rebuild, parallel)
- ./docker/build.sh              (rebuild KiCad only)
- ./docker/build.sh --no-clean   (incremental)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 14:51:38 +01:00
..
common Improve build system with debug symbols, clean modes, and parallel jobs 2025-12-12 14:51:38 +01:00
deps Improve build system with debug symbols, clean modes, and parallel jobs 2025-12-12 14:51:38 +01:00
kicad Improve build system with debug symbols, clean modes, and parallel jobs 2025-12-12 14:51:38 +01:00
build-core-wasm.sh Update core library to use real wxBase instead of wx_shim 2025-11-27 08:39:22 +01:00
build-kicad-wasm.sh Improve build system with debug symbols, clean modes, and parallel jobs 2025-12-12 14:51:38 +01:00
build-wasm-test.sh Fix wxGrid test crash and add debug build support 2025-11-29 22:15:56 +01:00
build-wxbase-wasm.sh Add board_model library and Phase 3 wxUniversal plan 2025-11-27 09:24:31 +01:00
build-wxuniversal-wasm.sh Improve build system with debug symbols, clean modes, and parallel jobs 2025-12-12 14:51:38 +01:00
build-wxwidgets-wasm-clean.sh Add reproducible build system for wxWidgets WASM port 2025-11-27 15:30:10 +01:00
build.sh Complete Phase 1: Build KiCad with optional dependencies disabled 2025-11-26 16:33:48 +01:00
compare-screenshots.sh Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
generate-wxwidgets-patches.sh Add reproducible build system for wxWidgets WASM port 2025-11-27 15:30:10 +01:00
prepare.sh Complete Phase 1: Build KiCad with optional dependencies disabled 2025-11-26 16:33:48 +01:00
update-baseline-screenshots.sh Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
update-kicad.sh Complete Phase 1: Build KiCad with optional dependencies disabled 2025-11-26 16:33:48 +01:00