Would it be possible to make the build options something that is written in the top of the code, such as
The problem is that I am switching back and forth between something that is a GUI app and one that isn't, and each time I have to recompile I have to set the flag in the IDE, compile one, change the flag, compile the other and it is a pain in the neck. So is it possible that something like this could be done?
DebugMode GuiApp SuperStrict 'rest of code here
The problem is that I am switching back and forth between something that is a GUI app and one that isn't, and each time I have to recompile I have to set the flag in the IDE, compile one, change the flag, compile the other and it is a pain in the neck. So is it possible that something like this could be done?