Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Compile only required lib
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland committed Sep 10, 2018
1 parent df57aff commit f90cb33
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ build_ubuntu_cpu_openblas() {
build_ubuntu_cpu_cmake_debug() {
set -ex

build_ccache_wrappers

pushd .
cd /work/build
cmake \
Expand All @@ -334,8 +332,9 @@ build_ubuntu_cpu_cmake_debug() {
-DCMAKE_BUILD_TYPE=Debug \
-DUSE_GPERFTOOLS=OFF \
-DUSE_JEMALLOC=OFF \
-DUSE_ASAN=ON /work/mxnet
ninja -v
-DUSE_ASAN=ON \
-G Ninja /work/mxnet
ninja libmxnet.so -v
popd
}

Expand Down

0 comments on commit f90cb33

Please sign in to comment.