Skip to content

Instantly share code, notes, and snippets.

@dio
Created October 21, 2022 23:26
Show Gist options
  • Save dio/1fed22894bf7a032f8e626ca0b7b162f to your computer and use it in GitHub Desktop.
Save dio/1fed22894bf7a032f8e626ca0b7b162f to your computer and use it in GitHub Desktop.
# The Clang available on MacOS has a warning that isn't clean on MLIR code. The
# warning doesn't show up with more recent Clangs, so just disable for now.
build:generic_clang --cxxopt=-Wno-range-loop-analysis --host_cxxopt=-Wno-range-loop-analysis
@dio
Copy link
Author

dio commented Oct 22, 2022

🍺 /usr/local/Cellar/envoy/1.23.2: 359 files, 116.3MB, built in 250 minutes 16 seconds

@dio
Copy link
Author

dio commented Oct 22, 2022

envoy version: aa86879734f6ead69ec27b56f0f8e8888ad01f3e/1.23.2/Distribution/RELEASE/BoringSSL

@dio
Copy link
Author

dio commented Oct 22, 2022

116M

@dio
Copy link
Author

dio commented Oct 22, 2022

# The Clang available on macOS has a warning that isn't clean on MLIR code. The
# warning doesn't show up with more recent Clangs, so just disable it for now.
build:generic_clang --cxxopt=-Wno-range-loop-analysis --host_cxxopt=-Wno-range-loop-analysis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment