Update tools (#21)

* improve configure.py part 1

* compile settings per-file instead of global

* remove dont_reuse_strings in sources

* multiversion support

* update docs

* report filename change

* fixed objdiff not being able to create context file

* add version define to decompme cflags/m2ctx
This commit is contained in:
Yanis
2026-01-17 19:21:42 +01:00
committed by GitHub
parent ed672be03f
commit b80acf3455
15 changed files with 1251 additions and 707 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ jobs:
- name: Build
run: |
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --no-extract
ninja arm9 report check
python tools/configure.py -v ${{ matrix.version }} -w wibo --compiler /mwccarm --no-extract
ninja arm9_${{ matrix.version }} report_${{ matrix.version }} check_${{ matrix.version }}
- name: Upload report
uses: actions/upload-artifact@v4