Re: [Gambas-user] Questions about compiler options

2014-12-09 Thread Jussi Lahtinen
> > What "define the 'Exec' preprocessor constant" means? Is there some > > undocumented Exec constant? > > Yes. This is used by the IDE when compiling the entire project to make > an executable. Don't use it in your programs. > OK. I'm trying to figure out easy way to test JIT with my GambasTeste

Re: [Gambas-user] Questions about compiler options

2014-12-09 Thread Benoît Minisini
Le 09/12/2014 17:30, Jussi Lahtinen a écrit : > What "define the 'Exec' preprocessor constant" means? Is there some > undocumented Exec constant? Yes. This is used by the IDE when compiling the entire project to make an executable. Don't use it in your programs. > > Also there seems to be "add d

[Gambas-user] Questions about compiler options

2014-12-09 Thread Jussi Lahtinen
What "define the 'Exec' preprocessor constant" means? Is there some undocumented Exec constant? Also there seems to be "add debugging information" option, but it seems debugging information is added by default. Is there command line option to remove the debugging information? Jussi -