?Release

BlitzMax Forums/BlitzMax Programming/?Release

Who was John Galt?(Posted 2007) [#1]
Is there any way to have a section of code that only compiles in a release build? (I know there's a ?debug directive)


rdodson41(Posted 2007) [#2]
What would you want to have in the release version thats not in the debug version?


Who was John Galt?(Posted 2007) [#3]
Extra menus, graphics and sounds. I would want to avoid incbinning these in debug mode.


H&K(Posted 2007) [#4]
How are you going to debug them then?

Anyway, your stuct, you can make them not run in release mode, and jump loads of code. But you cannot make them not compile. So you could missout the code to load things in and stuff.