diff --git a/build.sh b/build.sh index 428743f0ffb..63613a9e6bc 100755 --- a/build.sh +++ b/build.sh @@ -184,6 +184,7 @@ checkopts() elif [[ "X$OPTARG" == "Xd" || "X$OPTARG" == "Xascend" ]]; then ENABLE_D="on" ENABLE_CPU="on" + ENABLE_SERVING="on" elif [[ "X$OPTARG" == "Xcpu" ]]; then ENABLE_CPU="on" else