summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/pictureflow/pictureflow.make5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.make b/apps/plugins/pictureflow/pictureflow.make
index fb606fb860..e13ba61a72 100644
--- a/apps/plugins/pictureflow/pictureflow.make
+++ b/apps/plugins/pictureflow/pictureflow.make
@@ -22,12 +22,7 @@ else
22 ROCKS += $(PICTUREFLOW_OBJDIR)/pictureflow.rock 22 ROCKS += $(PICTUREFLOW_OBJDIR)/pictureflow.rock
23endif 23endif
24 24
25ifeq ($(CPU),sh)
26# sh need to retain its' -Os
27PICTUREFLOWFLAGS = $(PLUGINFLAGS)
28else
29PICTUREFLOWFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2 25PICTUREFLOWFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2
30endif
31 26
32$(PICTUREFLOW_OBJDIR)/pictureflow.rock: $(PICTUREFLOW_OBJ) 27$(PICTUREFLOW_OBJDIR)/pictureflow.rock: $(PICTUREFLOW_OBJ)
33 28