Improve flags in bazel example (#917)

This commit is contained in:
Kevin Lubick
2021-10-24 12:22:52 -04:00
committed by GitHub
parent 1c420fd6e5
commit 85d27a4a2a

View File

@@ -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(