Opened 18 years ago

Closed 18 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

Change History (1)

comment:1 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited along the update to 2.6.7!

Note: See TracTickets for help on using tickets.