gcc44
Jeremy Lavergne
jeremy at lavergne.gotdns.org
Sat Sep 12 19:13:28 PDT 2009
> I'll have to think about this for awhile. From config.log in
> /opt/local/var/macports/build/_Users_howarth_ports_lang_gcc44/work/
> build/x86_64-apple-darwin10.0.0/libgcc
> something is passing CFLAGS='-g -O2 -arch x86_64'. You really don't
> want to be doing that. Anyone know
> where is being set and how we can disable it?
configure.cflags is set to configure.optflags by default, and
configure.optflags is set to -O2 by default.
The -arch might be from configure.universal_ldflags ... no clue where -
g comes from.
More information about the macports-dev
mailing list