Skip to content

Commit

Permalink
rm old manual handling of --compiled-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Dec 19, 2023
1 parent a6531d4 commit a068239
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,6 @@ function gen_subprocess_cmd(code::String, source_path::String; coverage, julia_a
$(Base.julia_cmd())
--code-coverage=$(coverage_arg)
--color=$(Base.have_color === nothing ? "auto" : Base.have_color ? "yes" : "no")
--compiled-modules=$(Bool(Base.JLOptions().use_compiled_modules) ? "yes" : "no")
--check-bounds=yes
--warn-overwrite=yes
--depwarn=$(Base.JLOptions().depwarn == 2 ? "error" : "yes")
Expand Down

0 comments on commit a068239

Please sign in to comment.