mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-07 00:38:51 -06:00
Small fixes to Makefile
[benchmark]
This commit is contained in:
@@ -18,4 +18,6 @@ pkg = [:DataStructures,
|
||||
]
|
||||
|
||||
@info "Building system image..."
|
||||
create_sysimage(pkg, precompile_statements_file=joinpath(@__DIR__, "../precompile.jl"), sysimage_path="build/sysimage.so")
|
||||
create_sysimage(pkg,
|
||||
precompile_statements_file="build/precompile.jl",
|
||||
sysimage_path="build/sysimage.so")
|
||||
|
||||
Reference in New Issue
Block a user