Skip to content

Commit 9c088fc

Browse files
authored
Bugfix bazel debug rule (#511)
1 parent 3d6b521 commit 9c088fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ build:rbe_cross_compile_darwin_x86_64 --config=rbe_cross_compile_base
418418
#############################################################################
419419

420420
build:debug_symbols --strip=never --per_file_copt="xla/pjrt|xla/python@-g3"
421-
build:debug --config debug_symbols -c fastbuild
421+
build:debug --config=debug_symbols -c fastbuild
422422

423423
# Load `.jax_configure.bazelrc` file written by build.py
424424
try-import %workspace%/.jax_configure.bazelrc

0 commit comments

Comments
 (0)