Skip to content

Commit

Permalink
Improve flags in bazel example (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlubick authored Oct 24, 2021
1 parent 1c420fd commit 85d27a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/test_external/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ BASE_LINKOPTS = [
]

RELEASE_OPTS = [
"--closure 1", # Run the closure compiler
"--closure=1", # Run the closure compiler
]

DEBUG_OPTS = [
"--closure 0", # Do not use closure
"--closure=0", # Do not use closure
]

config_setting(
Expand Down

0 comments on commit 85d27a4

Please sign in to comment.