[grisbi-devel] Setting -g flag for compilation?
Rémi Cardona
remi at gentoo.org
Sun Apr 29 20:58:51 CEST 2012
Hi Barrie,
Le 02/04/2012 00:51, Barrie Treloar a écrit :
> Sorry for the dumb question,
There are no dumb questions! :)
> The installation steps are:
>
> - ./configure --prefix=/path/to/install/grisbi
> - make
> - make install
>
> But its been so long, I can't remember how to tell this setup to turn
> debug symbols on.
Simple:
CFLAGS="-O2 -g" ./configure [...]
Then those CFLAGS should be used throughout Grisbi's Makefiles when you
run "make".
Hope that helps,
Rémi
More information about the devel
mailing list