-O0 -O1 should optimize alignment for time, not size. Moved from toplev.c.

This commit is contained in:
Alexander Kabaev 2004-07-28 04:23:38 +00:00
parent d483803cd9
commit c123cd5f1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132735

View File

@ -19,6 +19,8 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
/* $FreeBSD$ */
#include "config.h"
#include "system.h"
#include "intl.h"
@ -575,7 +577,7 @@ decode_options (unsigned int argc, const char **argv)
flag_web = 1;
}
if (optimize < 2 || optimize_size)
if (optimize_size)
{
align_loops = 1;
align_jumps = 1;