[Gambas-user] How to compile with debugging information enabled

richard rterry at ...1823...
Thu Nov 22 11:59:52 CET 2012


On 22/11/12 21:45, Benoît Minisini wrote:
> 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,
>
I assume you still have to do a ./reconf-all and ./configure? before this?

richard





More information about the User mailing list