diff --git a/justfile b/justfile index 66d5c47..967414e 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,6 @@ export MAKEFLAGS := "-j8" export RUSTFLAGS := "-C link-arg=-fuse-ld=lld -C target-cpu=native" +#export RUSTFLAGS := "-C linker-plugin-lto -C linker=/home/jstrong/src/clang-12/bin/clang-12 -C link-arg=-fuse-ld=lld -C target-cpu=native" cargo +args='': cargo {{args}}