Bug 6106 - --disable-debug does nothing
Summary: --disable-debug does nothing
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.5
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-12 10:37 UTC by Jeff Blaine
Modified: 2009-02-14 09:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Blaine 2009-02-12 10:37:04 UTC
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
...
Comment 1 Wayne Davison 2009-02-14 09:52:40 UTC
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!