Skip to content

Commit

Permalink
KYRA: Update Maemo workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoliman committed Sep 24, 2019
1 parent 1074d60 commit 9393586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/kyra/module.mk
Expand Up @@ -143,7 +143,7 @@ include $(srcdir)/rules.mk

ifeq ($(BACKEND), maemo)
#ugly workaround, screen.cpp crashes gcc version 3.4.4 (CodeSourcery ARM 2005q3-2) with anything but -O3
$(MODULE)/screen.o: $(MODULE)/screen.cpp
$(MODULE)/graphics/screen.o: $(MODULE)/graphics/screen.cpp
$(MKDIR) $(*D)/$(DEPDIR)
$(CXX) -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d",-MQ,"$@",-MP $(CXXFLAGS) -O3 $(CPPFLAGS) -c $(<) -o $*.o
endif

0 comments on commit 9393586

Please sign in to comment.