From c111e8f8fb8a0d3bd7b05c743a48d942e107cc79 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 21 Oct 2012 20:06:51 +0300 Subject: psx_gpu: change reciprocal table again otherwise something overflows somewhere and causes num_block overflow. Also added debug code to cache that issue early. --- plugins/gpu_neon/psx_gpu/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu_neon/psx_gpu/tests') diff --git a/plugins/gpu_neon/psx_gpu/tests/Makefile b/plugins/gpu_neon/psx_gpu/tests/Makefile index 210f44d..58cca29 100644 --- a/plugins/gpu_neon/psx_gpu/tests/Makefile +++ b/plugins/gpu_neon/psx_gpu/tests/Makefile @@ -13,7 +13,7 @@ ASFLAGS = $(CFLAGS) OBJ += psx_gpu_arm_neon.o endif ifndef DEBUG -CFLAGS += -O2 -fno-strict-aliasing +CFLAGS += -O2 -DNDEBUG -fno-strict-aliasing endif OBJ += psx_gpu.o psx_gpu_parse.o psx_gpu_main.o -- cgit v1.2.3