Remove -funroll-loops -fpeel-loops mistakenly added to BOOT_CFLAGS in my

last commit.

From-SVN: r63463
This commit is contained in:
Zdenek Dvorak 2003-02-26 10:49:54 +00:00
parent b17d5d7c3b
commit 9541e2e3d9

View File

@ -74,7 +74,7 @@ XCFLAGS =
TCFLAGS =
CFLAGS = -g
STAGE1_CFLAGS = -g @stage1_cflags@
BOOT_CFLAGS = -g -O2 -funroll-loops -fpeel-loops
BOOT_CFLAGS = -g -O2
# Flags to determine code coverage. When coverage is disabled, this will
# contain the optimization flags, as you normally want code coverage