Probably a good start would be `nim c -d:release --os:standalone --exceptions:gotos --gc:arc`
I wouldn't worry about the output size, any decent optimizing compiler should produce optimal code from Nim output.
Probably a good start would be `nim c -d:release --os:standalone --exceptions:gotos --gc:arc`
I wouldn't worry about the output size, any decent optimizing compiler should produce optimal code from Nim output.