We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e6ebb commit d4ecfa1Copy full SHA for d4ecfa1
jax_rocm_plugin/build/rocm/tools/build_wheels.py
@@ -159,9 +159,7 @@ def build_jaxlib_wheel(
159
"python",
160
"build/build.py",
161
"build",
162
- "--bazel_options=--strip=never",
163
- "--bazel_options=--copt=-g3",
164
- "--bazel_options=--cxxopt=-g3",
+ "--bazel_options=--config=debug_symbols",
165
"--wheels=jax-rocm-plugin,jax-rocm-pjrt",
166
"--rocm_path=%s" % rocm_path,
167
"--rocm_version=%s" % version_string,
0 commit comments