summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/doom/doom.make8
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/plugins/doom/doom.make b/apps/plugins/doom/doom.make
index adec543..bdc3223 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)