From 12f170405271f5917ef7b7249669545a3deea47b Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Wed, 18 Oct 2023 08:56:49 -0300 Subject: [PATCH] rule for xlitob.o --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8a0eb37b..5a5b8eb6 100644 --- a/Makefile +++ b/Makefile @@ -198,6 +198,7 @@ build/src/libultra/libc/ll.o: OPTFLAGS := -O1 -g0 build/src/libultra/libc/ll.o: MIPS_VERSION := -mips3 -32 build/src/libultra/gu/ortho.o: OPTFLAGS := -O3 -g0 build/src/libultra/gu/lookat.o: OPTFLAGS := -O3 -g0 +build/src/libultra/rmon/xlitob.o: OPTFLAGS := -O2 -g0 # cc & asm-processor CC := $(ASM_PROC) $(ASM_PROC_FLAGS) $(IDO) -- $(AS) $(ASFLAGS) --