Skip to content

Commit a2abd76

Browse files
committed
fix
1 parent 024548c commit a2abd76

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

deps/ReactantExtra/.bazelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ common:cuda --@local_config_cuda//:cuda_compiler=nvcc
4343
# common:cuda --@local_config_nvshmem//:override_include_nvshmem_libs=true
4444
# common:cuda --@local_config_nvshmem//cuda:include_nvshmem_libs=true
4545

46-
common:cuda --copt -mcmodel=large
47-
common:cuda --linkopt -mcmodel=large
48-
49-
5046
common:cuda12 --config=cuda
5147
common:cuda12 --repo_env=HERMETIC_CUDA_VERSION="12.9.1"
5248
common:cuda12 --repo_env=HERMETIC_CUDNN_VERSION="9.8.0"

deps/build_local.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ push!(build_cmd_list, "--jobs=$(parsed_args["jobs"])")
211211
push!(build_cmd_list, "--experimental_ui_max_stdouterr_bytes=-1")
212212
push!(build_cmd_list, "--sandbox_debug")
213213

214+
push!(build_cmd_list, "--linkopt=-fuse-ld=lld")
215+
214216
for opt in parsed_args["copt"]
215217
push!(build_cmd_list, "--copt=$(opt)")
216218
end

0 commit comments

Comments
 (0)