gba-x3dtest

diff Makefile @ 19:62390f9cc93e

texture cache optimization failed
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 30 Jun 2014 09:07:41 +0300
parents f907b2c50a8b
children
line diff
     1.1 --- a/Makefile	Thu Jun 26 21:48:09 2014 +0300
     1.2 +++ b/Makefile	Mon Jun 30 09:07:41 2014 +0300
     1.3 @@ -17,7 +17,7 @@
     1.4  EMU = vbam
     1.5  
     1.6  opt = -O3 -fomit-frame-pointer -mcpu=arm7tdmi -mtune=arm7tdmi
     1.7 -#dbg = -g
     1.8 +dbg = -g
     1.9  
    1.10  CFLAGS = $(opt) $(dbg) -pedantic -Wall -I. -I../gbasys/src
    1.11  LDFLAGS = ../gbasys/libgbasys.a -lm