From 9f37427d7a1cd3f044247429e69be3396e3c9e79 Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Tue, 13 Dec 2011 23:50:56 +0100 Subject: [PATCH] (Libxenon) Compile with -O3 --- Makefile.xenon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.xenon b/Makefile.xenon index c0d27a3c2c..51a59612e4 100644 --- a/Makefile.xenon +++ b/Makefile.xenon @@ -5,7 +5,7 @@ ### ## -DEBUG = 1 +DEBUG = 0 CC = xenon-gcc CXX = xenon-g++ @@ -22,7 +22,7 @@ OBJ = fifo_buffer.o ssnes.o driver.o file.o settings.o message.o rewind.o movie. LIBS = -lsnes -lSDL -lxenon -lm -lc DEFINES = -std=gnu99 -DHAVE_CONFIGFILE=1 -DHAVE_SDL=1 -DPACKAGE_VERSION=\"0.9.3\" -DHAVE_GETOPT_LONG=1 -Dmain=ssnes_main -DEFINES += -maltivec -mhard-float -m32 -mpowerpc64 -mcpu=cell -mtune=cell -fno-pic -g -Wall -DSDL -DXENON $(INCDIRS) +DEFINES += -mno-altivec -mhard-float -m32 -mpowerpc64 -mcpu=cell -mtune=cell -fno-pic -g -Wall -DSDL -DXENON $(INCDIRS) DEFINES += -u read -u _start -u exc_base ifeq ($(DEBUG), 1)