aboutsummaryrefslogtreecommitdiff
path: root/build-tool/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'build-tool/README.md')
-rw-r--r--build-tool/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-tool/README.md b/build-tool/README.md
index 34063f7899..0bfadd8c8e 100644
--- a/build-tool/README.md
+++ b/build-tool/README.md
@@ -169,6 +169,8 @@ The ```BUILD_ARGS``` string should start and end with **double quotes** ```"```.
| --cl-backend | **flag:** build Arm NN with the OpenCL backend (GPU acceleration from ACL) |
| --ref-backend | **flag:** build Arm NN with the reference backend<br/>**Should be used for verification purposes only.<br/>Does not provide any performance acceleration.** |
| --debug | **flag:** build Arm NN (and ACL) with debug turned on (optional: defaults to off) |
+| --clean | **flag:** remove previous Arm NN and ACL build prior to script execution (optional: defaults to off) |
+| --symlink-armnn | **flag:** instead of cloning, make a symbolic link from the armnn directory containing the build-tool to the source directory |
| --armnn-cmake-args= | **option:** provide additional comma-separated CMake arguments string for building Arm NN (optional)<br/>String should start and end with **single quotes** ```'```<br/>Please refer to **armnn/cmake/GlobalConfig.cmake** |
| --acl-scons-params= | **option**: provide additional comma-separated scons parameters string for building ACL (optional)<br/>String should start and end with **single quotes** ```'```<br/>ACL provide [documentation](https://arm-software.github.io/ComputeLibrary/latest/how_to_build.xhtml#S1_1_build_options) for their build options |