git.delta.rocks / jrsonnet / refs/commits / 3f3e40506793

difftreelog

test change opt-level to ensure function inlining is performed

Лач2020-06-09parent: #fde4f09.patch.diff
in: master

1 file changed

modifiedCargo.tomldiffbeforeafterboth
before · Cargo.toml
1[workspace]2members = [3	"crates/jsonnet-parser",4	"crates/jsonnet-evaluator",5	"crates/jsonnet-stdlib",6	"cmds/jrsonnet"7]89[profile.release]10opt-level = 311lto = "fat"12codegen-units = 113debug = 014panic = "abort"