[Gambas-user] How to compile with debugging information enabled
Benoît Minisini
gambas at ...1...
Thu Nov 22 11:45:17 CET 2012
Le 22/11/2012 11:38, richard a écrit :
> Compile Gambas from sources with debugging information enabled ?? can
> any one point me to the URL which describes how to do this.
>
> Thanks
>
> richard
>
The fastest way is: instead of typing:
$ make
you type:
$ make clean && make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g"
'make clean' is needed to remove all previously compiled files that do
not have debugging information in it.
Regards,
--
Benoît Minisini
More information about the User
mailing list