Skip to content

Commit

Permalink
Debug test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Apr 18, 2022
1 parent f8fda3d commit 820d981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ function link_jilib(path, out, args=``)
LIBDIR = joinpath(Sys.BINDIR, "..", "lib")
LIBS = is_debug() ? `-ljulia-debug -ljulia-internal-debug` : `-ljulia -ljulia-internal`
ld() do ld
run(`$ld --shared --output=$out --whole-archive $path --no-whole-archive -L$(LIBDIR) $LIBS $args`)
run(`$ld --shared --output=$out --whole-archive $path --no-whole-archive -L$(LIBDIR) $LIBS $args`, stdin, stdout, stderr)
end
end

Expand Down

0 comments on commit 820d981

Please sign in to comment.