Changes between Initial Version and Version 1 of Ticket #37839, comment 10
- Timestamp:
- Feb 25, 2013, 12:16:23 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37839, comment 10
initial v1 1 Right, -O2 should co tinue to work for i386 and x86_64. But using -Os everywhere would be more consistent. And my question for Jeremy is whether such consistency is desirable.1 Right, -O2 should continue to work for i386 and x86_64. But using -Os everywhere would be more consistent. And my question for Jeremy is whether such consistency is desirable. 2 2 3 3 Using -Os only on the PowerPC part of a universal build would mean enhancing the muniversal portgroup with a merger_configure_optflags option. Or going back to having the optflags hardcoded in the configure script but based on the arch somehow.