ntpd hangs under FBSD 8
Peter Steele
psteele at maxiscale.com
Wed Feb 24 21:50:48 UTC 2010
>> What's the proper way to build a debug version of libc and the other libraries? I tried this:
>
>You can just do this:
>
>cd /usr/src/lib/libc
>make clean
>make DEBUG_FLAGS=-g
>make install
When I tried this the make actually failed with various errors. So I decided to do a full "make buildworld DEBUG_FLAGS=-g" but in looking at the output being generated I see see -O2 in the cc commands and this at least should be -O0. It doesn't look like the DEBUG_FLAGS is having any effect.
More information about the freebsd-hackers
mailing list