From d121aa3fe85ba5205b605088d80e70da668b45c0 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 25 Mar 2021 12:17:07 -0400 Subject: build: We don't need sh-specific flags in the pictureflow build. Change-Id: I1e9ab4332cbeb5aabc01edf825eace6152347e0a --- apps/plugins/pictureflow/pictureflow.make | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/plugins/pictureflow') 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) -- cgit