What flags do I have to set to NOT build a DEBUG version of my DotNetExe project?
Would be really neat if these options were described when using “fuse help”…
What flags do I have to set to NOT build a DEBUG version of my DotNetExe project?
Would be really neat if these options were described when using “fuse help”…
Got reply from Duckers in chat:
--release
is all you add to the command line. So in my case, the complete line is:
fuse build --target=DotNetExe --release