summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab4c2a5464..c41d69591f 100644
--- a/Makefile
+++ b/Makefile
@@ -312,7 +312,7 @@ ifeq ($(_OS),CYGWIN_)
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