diff options
Diffstat (limited to 'apps/plugins/pictureflow/pictureflow.make')
-rw-r--r-- | apps/plugins/pictureflow/pictureflow.make | 5 |
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 ROCKS += $(PICTUREFLOW_OBJDIR)/pictureflow.rock endif -ifeq ($(CPU),sh) -# sh need to retain its' -Os -PICTUREFLOWFLAGS = $(PLUGINFLAGS) -else PICTUREFLOWFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2 -endif $(PICTUREFLOW_OBJDIR)/pictureflow.rock: $(PICTUREFLOW_OBJ) |