samba-bugs@samba.org
2009-Feb-12  16:36 UTC
DO NOT REPLY [Bug 6106] New: --disable-debug does nothing
https://bugzilla.samba.org/show_bug.cgi?id=6106
           Summary: --disable-debug does nothing
           Product: rsync
           Version: 3.0.5
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy: jblaine@kickflop.net
         QAContact: rsync-qa@samba.org
Linux beijing 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64
x86_64 GNU/Linux
./configure --prefix=/usr/rcf --disable-iconv --disable-debug
make
# One example shown, but all gcc commands have -g
...
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter 
-c zlib/zutil.c -o zlib/zutil.o
...
-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2009-Feb-14  15:52 UTC
DO NOT REPLY [Bug 6106] --disable-debug does nothing
https://bugzilla.samba.org/show_bug.cgi?id=6106
wayned@samba.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
------- Comment #1 from wayned@samba.org  2009-02-14 09:52 CST -------
The check for the C compiler got moved prior to the check for the
--disable-debug option, and that made it ineffectual.  I'm checking in a fix
for this.  Thanks for the report!
-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.