Re: do not strip, compile with debugging symbols

2008-07-16 Thread xorquewasp
On 20080716 18:06:34, Xin LI wrote: > > Maybe you want DEBUG_FLAGS='-O2 -pipe -fno-strict-aliasing -g'? > Ah! Yes, thank you very much. I had to remove the quotes, of course (for the benefit of anyone else reading this in future). xw ___ freebsd-hacker

Re: do not strip, compile with debugging symbols

2008-07-16 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | On 20080716 17:37:58, Xin LI wrote: |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA1 |> |> [EMAIL PROTECTED] wrote: |> | Hello. |> | |> | What's the correct way to ensure that ports are built with '-g' |> | and that binar

Re: do not strip, compile with debugging symbols

2008-07-16 Thread xorquewasp
On 20080716 17:37:58, Xin LI wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [EMAIL PROTECTED] wrote: > | Hello. > | > | What's the correct way to ensure that ports are built with '-g' > | and that binaries/libraries created are not stripped? I'm assuming > | the first one involves set

Re: do not strip, compile with debugging symbols

2008-07-16 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Hello. | | What's the correct way to ensure that ports are built with '-g' | and that binaries/libraries created are not stripped? I'm assuming | the first one involves setting CFLAGS in /etc/make.conf (admittedly, | it's ap

do not strip, compile with debugging symbols

2008-07-16 Thread xorquewasp
Hello. What's the correct way to ensure that ports are built with '-g' and that binaries/libraries created are not stripped? I'm assuming the first one involves setting CFLAGS in /etc/make.conf (admittedly, it's apparently not supported but I'm not building world with this setting anyway). The se