From: notaz Date: Tue, 30 Oct 2007 19:43:51 +0000 (+0000) Subject: amips asm tile renderer X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58bf1ea9cb04d3a0b7f218c6361861cd27d31f31;p=libpicofe.git amips asm tile renderer git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@286 be3aeb3a-fb24-0410-a615-afba39da0efa --- 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