From: SaeHie Park Date: Fri, 23 Mar 2018 00:42:34 +0000 (+0900) Subject: Turn on embed_kernels options of ACL X-Git-Tag: 0.1~613 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ac980d3f94673aee5bba1c0867e8775bf57ded2;p=platform%2Fcore%2Fml%2Fnnfw.git Turn on embed_kernels options of ACL This will turn on embed_kernels option of scons build --- 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