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 2785c0c commit da9c8a3Copy full SHA for da9c8a3
deps/build_local.jl
@@ -176,7 +176,7 @@ else
176
# Assume the compiler is clang if not GCC. `using_clang` is an option
177
# introduced by Enzyme-JAX.
178
push!(build_cmd_list, "--define=using_clang=true")
179
- push!(build_cmd_list, "--copt=\"-Wno-error=unused-command-line-argument\"")
+ push!(build_cmd_list, "--copt=-Wno-error=unused-command-line-argument")
180
end
181
push!(build_cmd_list, "--color=$(parsed_args["color"])")
182
push!(build_cmd_list, ":libReactantExtra.so")
0 commit comments