This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch cpp
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/cpp by this push:
new e2c1bfc Fix: Windows does not support '--copt=-maes'
e2c1bfc is described below
commit e2c1bfc171c81dac43439afe733e207cd4b7a25e
Author: Li Zhanhui <[email protected]>
AuthorDate: Mon Jul 4 12:40:25 2022 +0800
Fix: Windows does not support '--copt=-maes'
---
cpp/.bazelrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpp/.bazelrc b/cpp/.bazelrc
index 713cc7a..6b7b1da 100644
--- a/cpp/.bazelrc
+++ b/cpp/.bazelrc
@@ -46,7 +46,7 @@ build --action_env=LD_LIBRARY_PATH
build --action_env=LLVM_CONFIG
build --action_env=PATH
-build --copt=-maes
+build:linux --copt=-maes
# Common flags for sanitizers
build:sanitizer --define tcmalloc=disabled