.debug.exe
BlitzMax Forums/BlitzMax Beginners Area/.debug.exe
| ||
When I try to build a project. Say my current test project bpm.bmx it always result into bpm.debug.exe Now I wonder. When I need to release it, is renaming it simply to bpm.exe enough, or will windows start to cry for any external stuff when distributing? Just a question, since that .debug. is really something that leaves that in question. Especially when knowing Windows. |
| ||
This is only to see which build it is. For a full build, disable debug, this will make it faster in some parts. |
| ||
Alright. That's what I needed to know. Thx |