fix compile warnings; remove soloud

This commit is contained in:
2025-11-30 19:33:04 -06:00
parent 2b90a160ba
commit 4b5ceb4c02
12 changed files with 4 additions and 284 deletions

View File

@@ -1,6 +1,6 @@
debug: FORCE
meson setup build_dbg -Dbuildtype=debugoptimized
meson install --only-changed -C build_dbg
meson install --only-changed -C --verbose build_dbg
fast: FORCE
meson setup build_fast