Does bmk turn debug on by default?

BlitzMax Forums/BlitzMax Programming/Does bmk turn debug on by default?

JoshK(Posted 2006) [#1]
I think my dlls are getting created with debugmode on. Does bmk do this by default?

--EDIT--

I see, you use -r to turn off the debugger. Do I need to recompile my modules with the debugger off, or does that get handled by the main program compilation?


Warren(Posted 2006) [#2]
I believe the compiler spits out debug and release versions of modules whenever you build them. It then links against whichever version is appropriate for the program that is being built.

This is purely based on what I've casually observed, so grain of salt and all that.