Skip to content

Commit

Permalink
Fix release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Jan 24, 2021
1 parent 4013370 commit 09d21a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/stella/config/config.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
CXX := arm-linux-gnueabihf-c++
CXXFLAGS := $(CFLAGS_HP)
LD := arm-linux-gnueabihf-c++
LIBS += -L$(BUILDDIR)/lib -lSDL2 -lpng -lz -lsqlite3
LDFLAGS := -march=armv7-a -mtune=cortex-a7 -mfpu=neon-vfpv4
LIBS += -L$(BUILDDIR)/lib -lSDL2 -lpng -lz -pthread
RANLIB := arm-linux-gnueabihf-ranlib
INSTALL := install
AR := arm-linux-gnueabihf-ar cru
Expand Down

0 comments on commit 09d21a3

Please sign in to comment.