From 6acfe8edac7a5031eaf0a4739ae0ef3ee4dc922a Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sun, 15 Nov 2009 06:25:53 +0000 Subject: Doom: test to see if it still needs Os on arm - that was set when the plugin buffer was smaller on all of the targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23629 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/doom.make | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'apps/plugins/doom/doom.make') diff --git a/apps/plugins/doom/doom.make b/apps/plugins/doom/doom.make index adec5432e7..bdc32230eb 100644 --- a/apps/plugins/doom/doom.make +++ b/apps/plugins/doom/doom.make @@ -19,19 +19,13 @@ DOOM_OBJ := $(call c2obj, $(DOOM_SRC)) # add source files to OTHER_SRC to get automatic dependencies OTHER_SRC += $(DOOM_SRC) -DOOMCFLAGS = $(PLUGINFLAGS) -Wno-strict-prototypes +DOOMCFLAGS = $(PLUGINFLAGS) -Wno-strict-prototypes -O2 -# The arm code compiles too large for the plugin buffer when set to optimize for speed -ifeq ($(CPU), arm) - DOOMCFLAGS += -Os ifndef SIMVER ifeq ($(TARGET), IRIVER_H100) DOOMCCFLAGS += -mstructure-size-boundary=8 endif endif -else - DOOMCFLAGS += -O2 -endif $(DOOMBUILDDIR)/doom.rock: $(DOOM_OBJ) -- cgit v1.2.3