aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/Makefile.test
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpu_neon/Makefile.test')
-rw-r--r--plugins/gpu_neon/Makefile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu_neon/Makefile.test b/plugins/gpu_neon/Makefile.test
index 952f508..5ca8d18 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