From 9ac980d3f94673aee5bba1c0867e8775bf57ded2 Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Fri, 23 Mar 2018 09:42:34 +0900 Subject: [PATCH] Turn on embed_kernels options of ACL This will turn on embed_kernels option of scons build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 189ea05..346ca77 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ TIMESTAMP_BUILD=$(WORKDIR)/BUILD TIMESTAMP_INSTALL=$(WORKDIR)/INSTALL ACL_FOLDER=externals/acl -ACL_COMMAND=scons Werror=1 neon=1 opencl=1 os=linux arch=armv7a examples=0 +ACL_COMMAND=scons Werror=1 neon=1 opencl=1 os=linux arch=armv7a examples=0 embed_kernels=1 # TODO: add these for only debug ACL_COMMAND+=debug=1 asserts=1 -- 2.7.4