Home
last modified time | relevance | path

Searched refs:BUILD_TYPE (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H A Dbuild-docs.sh25 BUILD_TYPE=debug
60 Default is ${BUILD_TYPE}.
147 BUILD_TYPE=${i//[-a-z]*=/}
148 if ! [[ "${BUILD_TYPE}" =~ ^(debug|release)$ ]]; then
149 echo "FATAL: Unknown build type ${BUILD_TYPE}. Supported values: debug, release"
232 if [[ "${BUILD_TYPE}" == "release" ]]; then

Completed in 1 milliseconds