diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-03-25 12:17:07 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-03-25 12:20:15 -0400 |
commit | d121aa3fe85ba5205b605088d80e70da668b45c0 (patch) | |
tree | dc62de4a4801bc2bd6022311a43d7e581e32d90b | |
parent | 3d9d2de34d3794f6cb35f41adcd705b85af24924 (diff) | |
download | rockbox-d121aa3fe85ba5205b605088d80e70da668b45c0.tar.gz rockbox-d121aa3fe85ba5205b605088d80e70da668b45c0.zip |
build: We don't need sh-specific flags in the pictureflow build.
Change-Id: I1e9ab4332cbeb5aabc01edf825eace6152347e0a
-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) |