Opened 19 years ago
Closed 19 years ago
#7729 closed defect (fixed)
rsync compiled with no optimization
Reported by: | blair (Blair Zajac) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
I noticed that DarwinPorts' rsync is built with no optimization. Since rsync can do checksums, it seems optimizing it would be a good idea.
Can we change the configure.env to include -Os, which is Apple's recommended optimization level (at least for PPC)?
configure.env CFLAGS="-Os -I${prefix}/include" \
CPPFLAGS="-I${prefix}/include" \ LDFLAGS="-L${prefix}/lib"
Regards, Blair
Note: See
TracTickets for help on using
tickets.
thanks, commited along the update to 2.6.7!