Skip to content

Commit

Permalink
Temporarily disable the definition of ABSL_MIN_LOG_LEVEL to work arou…
Browse files Browse the repository at this point in the history
…nd the build failure on Linux.

* Follow-up to cl/667502436

PiperOrigin-RevId: 668338020
  • Loading branch information
hiroyuki-komatsu committed Aug 28, 2024
1 parent 78c45a7 commit 7ae3290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ build:dev_channel --define CHANNEL=dev

## Release build
build:release_build --compilation_mode=opt
build:release_build --copt=-DABSL_MIN_LOG_LEVEL=100
# Temporarily disable this definition to work around the build failure on Linux.
# build:release_build --copt=-DABSL_MIN_LOG_LEVEL=100

## Compiler options
common:linux_env --config=compiler_gcc_like
Expand Down

0 comments on commit 7ae3290

Please sign in to comment.