Really long build time
Closed this issue · 1 comments
MightyPancake commented
Hey there,
the wrapper works just fine, but the module adds A LOT (like, 5-10 seconds) to compile time (Windows, tried gcc because tcc didn't work). Do you think this might be resolved in any way or is it just miniaudio being huge?
larpon commented
I can't really do anything about the C compile times. I can recommend investing some time trying to get tcc
working on your machine OR alternatively develop your apps on linux or macOS and then compile for Windows when you're ready for release. V is no fun without the rapid development cycle IMHO