diff --git a/Makefile b/Makefile index 4477f9010..0d4e9f066 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ ifeq ($(COMPILER),ido) else ifeq ($(COMPILER),gcc) NON_MATCHING := 1 MIPSISET := -mips3 -# OPT_FLAGS := -O2 + OPT_FLAGS := -O2 endif