In article <87k441d1fj....@inbox.ru>, Aleksej Saushev  <a...@inbox.ru> wrote:
>"Christos Zoulas" <chris...@netbsd.org>
>writes:
>
>> Module Name: src
>> Committed By:        christos
>> Date:                Sat Feb  4 18:28:53 UTC 2012
>>
>> Modified Files:
>>      src/sys/modules/zfs: Makefile.zfsmod
>>
>> Log Message:
>> Remove -g -O0. It does not work on amd64 at all.
>> If you want debugging on, add it yourself.
>>
>>
>> To generate a diff of this commit:
>> cvs rdiff -u -r1.1 -r1.2 src/sys/modules/zfs/Makefile.zfsmod
>>
>> Please note that diffs are not public domain; they are subject to the
>> copyright notices on the relevant files.
>>
>>
>> Modified files:
>>
>>
>> Index: src/sys/modules/zfs/Makefile.zfsmod
>> diff -u src/sys/modules/zfs/Makefile.zfsmod:1.1
>src/sys/modules/zfs/Makefile.zfsmod:1.2
>> --- src/sys/modules/zfs/Makefile.zfsmod:1.1  Tue Jan 18 17:21:22 2011
>> +++ src/sys/modules/zfs/Makefile.zfsmod      Sat Feb  4 13:28:53 2012
>> @@ -126,5 +126,5 @@ CPPFLAGS+=       -std=c99
>>  CPPFLAGS+=  -D_NFS_NFS_H_
>>  CPPFLAGS+=  -D_PROPLIB_ZFS_CONFLICT
>>  
>> -CFLAGS+=    -DDIAGNOSTIC -g -O0
>> +CFLAGS+=    -DDIAGNOSTIC
>>  # -DZFS_DEBUG

Indeed.

christos

Reply via email to