Mmm. Nope! We precompile the libs with a simple cargo build. So does this mean that we would need two versions of the libs one used when executing rust in the IDE (rustc -g) and one when submitting to the arena?
Or could we use the “release” libs all the time? But then what would be the impact from a debugging prespective?