Commit 9541e2e3 by Zdenek Dvorak

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

last commit.

From-SVN: r63463
parent b17d5d7c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment