From e8c8f4bdf09cc75057aeb919630c353e2e4d95fb Mon Sep 17 00:00:00 2001 From: CrashOveride95 Date: Mon, 25 Jan 2021 00:05:45 -0500 Subject: [PATCH] lol i broke it by using no -O2 lmao --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4477f901..0d4e9f06 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