X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=88a48f46e708e6260993ef4fb84039bcdc881787;hb=646a63e41c53e5c1c971a4e305d4627dcee43c5e;hp=a0f0c07d1513ee99b25dba30e8012002a0993e2f;hpb=3037393600cc5e63aafe487186025650a6a4d119;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index a0f0c07d..88a48f46 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -1,6 +1,6 @@ # Makefile for PCSX ReARMed (libretro) -DEBUG=1 +DEBUG=0 ifeq ($(platform),) platform = unix @@ -22,6 +22,10 @@ CC_AS ?= $(CC) CFLAGS ?= TARGET_NAME := pcsx_rearmed +GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)" +ifneq ($(GIT_VERSION)," unknown") + CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\" +endif LIBZ := -lz LIBPTHREAD := -lpthread LIBDL := -ldl @@ -153,6 +157,7 @@ else ifeq ($(platform), ctr) USE_DYNAREC = 1 DRC_CACHE_BASE = 1 ARCH = arm + HAVE_NEON = 0 STATIC_LINKING = 1