diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/chessbox/chessbox.make | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/chessbox/chessbox.make b/apps/plugins/chessbox/chessbox.make index ee4940de8b..87f0a6ecc0 100644 --- a/apps/plugins/chessbox/chessbox.make +++ b/apps/plugins/chessbox/chessbox.make @@ -24,12 +24,7 @@ else ROCKS += $(CHESSBOX_OBJDIR)/chessbox.rock endif -ifeq ($(CPU),sh) -# sh need to retain its' -Os -CHESSBOXFLAGS = $(PLUGINFLAGS) -else CHESSBOXFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O2 -endif $(CHESSBOX_OBJDIR)/chessbox.rock: $(CHESSBOX_OBJ) |