This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch devel-arm in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit 750b24615a46494f2f6797ae71e998acecd44a0b Author: Pedro Larroy <[email protected]> AuthorDate: Fri May 25 13:10:02 2018 +0200 Switch to release build in arm --- ci/docker/runtime_functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 8a0cd63..24836d5 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -95,7 +95,7 @@ build_armv6() { -DUSE_OPENCV=OFF \ -DUSE_OPENMP=OFF \ -DUSE_SIGNAL_HANDLER=ON \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=Release\ -DUSE_MKL_IF_AVAILABLE=OFF \ -DUSE_LAPACK=OFF \ -DBUILD_CPP_EXAMPLES=OFF \ @@ -165,7 +165,7 @@ build_arm64() { -DUSE_OPENCV=OFF\ -DUSE_OPENMP=OFF\ -DUSE_SIGNAL_HANDLER=ON\ - -DCMAKE_BUILD_TYPE=RelWithDebInfo\ + -DCMAKE_BUILD_TYPE=Release\ -DUSE_MKL_IF_AVAILABLE=OFF\ -G Ninja /work/mxnet ninja -- To stop receiving notification emails like this one, please contact [email protected].
