File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ using PackageCompiler
1717# force = false to not force overwriting julia's current system image
1818PackageCompiler. compile_package (" Matcha" , " UnicodeFun" , force = false , reuse = false )
1919
20- # build again, with resuing the snoop file
20+ # build again, reusing the snoop file
2121PackageCompiler. compile_package (" Matcha" , " UnicodeFun" , force = false , reuse = true )
2222
23- # You can define a file that will get run for snooping explicitely like this:
23+ # You can define a file that will get run for snooping explicitly like this:
2424# this makes sure, that binary gets cached for all functions called in `for_snooping.jl`
2525PackageCompiler. compile_package (" Matcha" , " relative/path/for_snooping.jl" )
2626
You can’t perform that action at this time.
0 commit comments