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.
1 parent eda350b commit dfe6450Copy full SHA for dfe6450
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