diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |