> From owner-freebsd-questi...@freebsd.org  Sun Aug  1 06:28:18 2010
> Date: Sun, 1 Aug 2010 07:28:24 -0400
> From: Jerry <freebsd.u...@seibercom.net>
> To: freebsd-questions@freebsd.org
> Subject: Setting Debug flag in /etc/make.conf
>
> I have been having problems with several different programs lately.
> Would there be any serious drawback to simply setting: "WITH_DEBUG= "
> in the /etc/make.conf file to force everything I build/rebuild to be
> built with debug symbols? I am assuming that I can simply place that
> flag in the make.conf file. Do I have to also give it a value; i.e "=1"
> or "=yes" also?
>

What's wrong with the traditional way of doing this -- i.e.,  setting the 
environment variable CFLAGS to  -g   befoe your start make-inthings?


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to