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.

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to