Commit 4c8bfd97 by Zdenek Dvorak

Revert commit of testing BOOT_CFLAGS

From-SVN: r87944
parent 92fc4a2f
...@@ -144,7 +144,7 @@ TCFLAGS = ...@@ -144,7 +144,7 @@ TCFLAGS =
CFLAGS = -g CFLAGS = -g
STAGE1_CFLAGS = -g @stage1_cflags@ STAGE1_CFLAGS = -g @stage1_cflags@
STAGE1_CHECKING = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING STAGE1_CHECKING = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING
BOOT_CFLAGS = -g -O2 -funswitch-loops BOOT_CFLAGS = -g -O2
# Flags to determine code coverage. When coverage is disabled, this will # Flags to determine code coverage. When coverage is disabled, this will
# contain the optimization flags, as you normally want code coverage # 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