Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Sep 15, 2022
1 parent 50d7cd5 commit b73d13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RoME.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ end
# manifold conversions required during transformation

function _doPrecompileWorkload(;
skipCompile::Bool = string(get(ENV,"ROMEJL_SKIP_SNOOPPRECOMPILE","true")) == "true"
skipCompile::Bool = string(get(ENV,"ROMEJL_SKIP_SNOOPPRECOMPILE","false")) == "true"
)
if skipCompile
@warn "ENV variable ROMEJL_SKIP_SNOOPPRECOMPILE exists and set to $(ENV["ROMEJL_SKIP_SNOOPPRECOMPILE"]), so skipping RoME precompilation workload."
Expand Down

0 comments on commit b73d13e

Please sign in to comment.