Skip to content

Commit

Permalink
Test with inlining on
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Jul 17, 2016
1 parent 9f9495c commit ea74aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if nworkers() > 1
end

if Base.JLOptions().code_coverage == 1
addprocs(Sys.CPU_CORES, exeflags = ["--code-coverage=user", "--inline=no", "--check-bounds=yes"])
addprocs(Sys.CPU_CORES, exeflags = ["--code-coverage=user", "--check-bounds=yes"])
else
addprocs(Sys.CPU_CORES, exeflags = "--check-bounds=yes")
end
Expand Down

0 comments on commit ea74aeb

Please sign in to comment.