This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 3f9436c6a8 [compile]fix simdjson compile flags (#10054)
3f9436c6a8 is described below
commit 3f9436c6a821077853a91b318d3066a88956d0a9
Author: lihangyu <[email protected]>
AuthorDate: Thu Jun 16 11:28:51 2022 +0800
[compile]fix simdjson compile flags (#10054)
---
thirdparty/build-thirdparty.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index b51b3f8788..6b436f3222 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -993,8 +993,8 @@ build_simdjson() {
cd $TP_SOURCE_DIR/$SIMDJSON_SOURCE
mkdir -p $BUILD_DIR && cd $BUILD_DIR
- CXX_FLAGS="-O3" \
- C_FLAGS="-O3" \
+ CXXFLAGS="-O3" \
+ CFLAGS="-O3" \
$CMAKE_CMD ..
$CMAKE_CMD --build .
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]