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 d92a75b + 65f656e commit c6a5326Copy full SHA for c6a5326
paddle/scripts/paddle_build.sh
@@ -105,7 +105,7 @@ function cmake_gen() {
105
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
106
-DWITH_FLUID_ONLY=${WITH_FLUID_ONLY:-OFF}
107
108
- -DWITH_CONTRIB=ON
+ -DWITH_CONTRIB=${WITH_CONTRIB:-ON}
109
========================================
110
EOF
111
# Disable UNITTEST_USE_VIRTUALENV in docker because
@@ -132,7 +132,7 @@ EOF
132
-DCMAKE_MODULE_PATH=/opt/rocm/hip/cmake \
133
-DWITH_FLUID_ONLY=${WITH_FLUID_ONLY:-OFF} \
134
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
135
136
}
137
138
function abort(){
0 commit comments