From 58bf1ea9cb04d3a0b7f218c6361861cd27d31f31 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 30 Oct 2007 19:43:51 +0000 Subject: [PATCH] amips asm tile renderer git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@286 be3aeb3a-fb24-0410-a615-afba39da0efa --- psp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psp/Makefile b/psp/Makefile index 6aaf51b..aecad36 100644 --- a/psp/Makefile +++ b/psp/Makefile @@ -10,7 +10,7 @@ amalgamate = 0 #up = 1 -CFLAGS += -I../.. -I. -D_UNZIP_SUPPORT -DNO_SYNC # -DBENCHMARK +CFLAGS += -I../.. -I. -D_UNZIP_SUPPORT -DNO_SYNC -D_ASM_DRAW_C_MIPS # -DBENCHMARK CFLAGS += -Wall -Winline -G0 ifeq ($(DEBUG),) CFLAGS += -O2 -ftracer -fstrength-reduce -ffast-math -- 2.39.2