Remove -funroll-loops -fpeel-loops mistakenly added to BOOT_CFLAGS in my
last commit. From-SVN: r63463
This commit is contained in:
parent
b17d5d7c3b
commit
9541e2e3d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user