X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2FMakefile.test;h=5ca8d18a01ba441ed274f7a1f7b8a1a3903cab83;hp=952f5088fd271f558c3192fc2c053772ea59bb58;hb=9a6e78167b192106ed58bfac00e82f4c6caa2586;hpb=59f1c85c77cb3e598f317409142599ba92e23d91 diff --git a/plugins/gpu_neon/Makefile.test b/plugins/gpu_neon/Makefile.test index 952f5088..5ca8d18a 100644 --- a/plugins/gpu_neon/Makefile.test +++ b/plugins/gpu_neon/Makefile.test @@ -4,7 +4,7 @@ CC_ = $(CROSS_COMPILE)gcc ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') -CFLAGS += -ggdb -Wall +CFLAGS += -ggdb -Wall -DTEST CFLAGS += -O2 ifeq "$(ARCH)" "arm" CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp