This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 582ec40  [MXNET-287] ARMv6 build with 8-10 times bigger file size 
(#10439)
582ec40 is described below

commit 582ec4015dff60a6ae6ff25f32cf4b1e3b65925a
Author: Anton Chernov <mecher...@gmail.com>
AuthorDate: Fri Apr 6 14:57:03 2018 +0200

    [MXNET-287] ARMv6 build with 8-10 times bigger file size (#10439)
---
 ci/docker/runtime_functions.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index a97f6b9..d5a1883 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -88,9 +88,10 @@ build_armv6() {
         -DUSE_CUDA=OFF \
         -DUSE_OPENCV=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 \
         -Dmxnet_LINKER_LIBS=-lgfortran \
         -G Ninja /work/mxnet
     ninja

-- 
To stop receiving notification emails like this one, please contact
marcoab...@apache.org.

Reply via email to