add serving option

This commit is contained in:
hexia 2020-07-16 22:05:32 +08:00
parent 251683096a
commit 20213ee416
1 changed files with 1 additions and 0 deletions

View File

@ -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