On Apr 7, 2014, at 1:05 PM, John Baldwin <j...@freebsd.org> wrote:

> On Tuesday, March 25, 2014 6:08:31 pm Warner Losh wrote:
>> Author: imp
>> Date: Tue Mar 25 22:08:31 2014
>> New Revision: 263749
>> URL: http://svnweb.freebsd.org/changeset/base/263749
>> 
>> Log:
>>  Rather than require a makeoptions DEBUG to get debug correct,
>>  add it in kern.mk, but only if we're using clang. While this
>> ...
>> Modified: head/sys/amd64/conf/GENERIC
>> ==============================================================================
>> --- head/sys/amd64/conf/GENERIC      Tue Mar 25 21:57:50 2014        
>> (r263748)
>> +++ head/sys/amd64/conf/GENERIC      Tue Mar 25 22:08:31 2014        
>> (r263749)
>> @@ -21,7 +21,7 @@
>> cpu          HAMMER
>> ident                GENERIC
>> 
>> -makeoptions DEBUG=-gdwarf-2         # Build kernel with gdb(1) debug symbols
>> +makeoptions DEBUG=-g
>> makeoptions  WITH_CTF=1              # Run ctfconvert(1) for DTrace support
> 
> Did you mean to lose this comment in all these files?

No. I didn’t mean to loose it. Damn. Thanks!

Warner

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

Reply via email to