
Signed-off-by: Marc Jones <marcj303@gmail.com>

Index: coreboot/Makefile
===================================================================
--- coreboot.orig/Makefile	2010-02-12 15:15:44.000000000 -0700
+++ coreboot/Makefile	2010-02-12 15:16:02.000000000 -0700
@@ -312,7 +312,7 @@
 endif
 $(obj)/romcc: $(top)/util/romcc/romcc.c
 	@printf "    HOSTCC     $(subst $(obj)/,,$(@)) (this may take a while)\n"
-	$(HOSTCC) -g -O2 $(STACK) -Wall -o $@ $<
+	$(HOSTCC) -g $(STACK) -Wall -o $@ $<
 
 .PHONY: $(PHONY) prepare prepare2 clean distclean doxygen doxy coreboot
 
