From ce2ba21794f618f57bd6e36a3509aa245b259136 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Fri, 24 Mar 2023 16:20:33 +0100 Subject: [PATCH] chore: remove RUSTFLAGS setting x86-v2 target --- justfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/justfile b/justfile index 97ec3c8..7f3b8e6 100644 --- a/justfile +++ b/justfile @@ -1,14 +1,6 @@ ID := 'pop-launcher' plugins := 'calc desktop_entries files find pop_shell pulse recent scripts terminal web cosmic_toplevel' -x86-64-target := 'x86-64-v2' - -export RUSTFLAGS := if arch() == 'x86_64' { - ' -C target-cpu=' + x86-64-target -} else { - '' -} - rootdir := '' base-dir := if rootdir == '' {