Improve flags in bazel example (#917)
This commit is contained in:
Родитель
1c420fd6e5
Коммит
85d27a4a2a
|
@ -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(
|
||||
|
|
Загрузка…
Ссылка в новой задаче