Skip to content

Commit

Permalink
build use release
Browse files Browse the repository at this point in the history
  • Loading branch information
yi.wu committed Mar 21, 2017
1 parent eda350b commit dfe6450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/scripts/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ if [[ ${BUILD_AND_INSTALL:-OFF} == 'ON' ]]; then
rm -rf * && rm -rf ../third_party
fi
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_DOC=${WITH_DOC:-OFF} \
-DWITH_GPU=${WITH_GPU:-OFF} \
-DWITH_AVX=${WITH_AVX:-OFF} \
Expand Down

0 comments on commit dfe6450

Please sign in to comment.