13
0
livetrax/tools/x-win
Robin Gareus 4dc4d53004
Fix windows debug builds (obj file too large)
This fixes a "too many sections" issue
```
Fatal error: can't write 159 bytes to section .text of build/libs/ardour/luabindings.cc.1.o: 'file too big'
x86_64-w64-mingw32-as: build/libs/ardour/luabindings.cc.1.o: too many sections (36781)
```
2023-04-22 02:03:20 +02:00
..
nsis
compile.sh Fix windows debug builds (obj file too large) 2023-04-22 02:03:20 +02:00
package.sh Update bundle/package scripts 2023-03-24 19:07:30 +01:00
README

These scripts are intended to cross-compile and package ardour windows binaries.
They go along with ardour-build-tools/win/x-mingw.sh
Please see the build-tools repository for further information.