summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2013-08-27 11:20:23 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-08-27 23:20:41 +0000
commitacc9846dc79275d7d62dbdd248fac8951441f4db (patch)
tree2eb2499834a965be700e68170855ceb14e672159
parent3401fdcd4125beea1a8cb1cc59ee27df89d4d88a (diff)
downloadvboot-acc9846dc79275d7d62dbdd248fac8951441f4db.tar.gz
Revert "Enable debug flags when building natively"
This reverts commit e4759b782dff166600dbbfac884462babb433fac. The DEBUG flags changed something in futility's section layout and caused its command searching mechanism to fail (we can verify that by running "dump_fmap" command). BUG=chromium:279645 TEST=emerge-link vboot_reference; /build/link/usr/bin/dump_fmap # success BRANCH=none Change-Id: Ie42a33aed3fdc0443f2a758e1216d86aea5c326d Reviewed-on: https://chromium-review.googlesource.com/67015 Tested-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Commit-Queue: Hung-Te Lin <hungte@chromium.org>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21ed27e4..403b4d62 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,6 @@ else
# FIRMWARE_ARCH not defined; assuming local compile.
CC ?= gcc
CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall -Werror # HEY: always want last two?
-CFLAGS += ${DEBUG_FLAGS}
endif
ifneq (${OLDDIR},)