gavinchou commented on code in PR #52668:
URL: https://github.com/apache/doris/pull/52668#discussion_r2179631298


##########
build.sh:
##########
@@ -66,6 +66,7 @@ Usage: $0 <options>
 
   Environment variables:
     USE_AVX2                    If the CPU does not support AVX2 instruction 
set, please set USE_AVX2=0. Default is ON.
+    USE_NATIVE                  Support -march=native compile to speed up the 
different CPU in cloud, if USE_NATIVE is ON, the USE_AVX2 auto turn off. 
Default is OFF.

Review Comment:
   it seems not related to cloud mode actually, every one who build from source 
can use this option.



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

To unsubscribe, e-mail: [email protected]

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