We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ffc38e + dfe6450 commit a71218cCopy full SHA for a71218c
paddle/scripts/docker/build.sh
@@ -48,6 +48,7 @@ if [[ ${BUILD_AND_INSTALL:-OFF} == 'ON' ]]; then
48
rm -rf * && rm -rf ../third_party
49
fi
50
cmake .. \
51
+ -DCMAKE_BUILD_TYPE=Release \
52
-DWITH_DOC=${WITH_DOC:-OFF} \
53
-DWITH_GPU=${WITH_GPU:-OFF} \
54
-DWITH_AVX=${WITH_AVX:-OFF} \
0 commit comments