From 8cb748af48b5939453ce3b1b8698fc63aa32440b Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Thu, 22 Sep 2022 20:32:15 -0400 Subject: [PATCH] switch registry for markets --- justfile | 1 + 1 file changed, 1 insertion(+) 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}}