Skip to content

Commit cc5a2be

Browse files
authored
Merge pull request #1014 from JuliaRobotics/24Q1/no_rome_precomp
Remove warmUpSolverJIT precompile
2 parents 08ddbf2 + c90ec4b commit cc5a2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Caesar.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ include("Deprecated.jl")
106106

107107
@compile_workload begin
108108
# In here put "toy workloads" that exercise the code you want to precompile
109-
warmUpSolverJIT()
109+
# warmUpSolverJIT()
110110
end
111111

112112
end

0 commit comments

Comments
 (0)