morningman commented on a change in pull request #4371:
URL: https://github.com/apache/incubator-doris/pull/4371#discussion_r474382172



##########
File path: build.sh
##########
@@ -140,6 +124,13 @@ if [ ${CLEAN} -eq 1 -a ${BUILD_BE} -eq 0 -a ${BUILD_FE} 
-eq 0 -a ${BUILD_SPARK_D
     exit 1
 fi
 
+if [[ -z ${WITH_MYSQL} ]]; then

Review comment:
       Like this:
   ```
   WITH_MYSQL=ON WIHT_LZO=ON sh build.sh
   ```
   
   I had put it in the document of `compilation.md`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to