Skip to content

Commit e265e61

Browse files
committed
Add WITH_ANAKIN option log in paddle_build.sh
1 parent 9a15c92 commit e265e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ function cmake_gen() {
106106
-DWITH_FLUID_ONLY=${WITH_FLUID_ONLY:-OFF}
107107
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
108108
-DWITH_CONTRIB=${WITH_CONTRIB:-ON}
109+
-DWITH_ANAKIN=${WITH_ANAKIN:-ON}
109110
========================================
110111
EOF
111112
# Disable UNITTEST_USE_VIRTUALENV in docker because

0 commit comments

Comments
 (0)