Skip to content

Commit

Permalink
Merge pull request #1014 from JuliaRobotics/24Q1/no_rome_precomp
Browse files Browse the repository at this point in the history
Remove warmUpSolverJIT precompile
  • Loading branch information
Affie authored Mar 1, 2024
2 parents 08ddbf2 + c90ec4b commit cc5a2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Caesar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ include("Deprecated.jl")

@compile_workload begin
# In here put "toy workloads" that exercise the code you want to precompile
warmUpSolverJIT()
# warmUpSolverJIT()
end

end

0 comments on commit cc5a2be

Please sign in to comment.