chore: remove RUSTFLAGS setting x86-v2 target
This commit is contained in:
parent
f9f0dcc7d7
commit
ce2ba21794
1 changed files with 0 additions and 8 deletions
8
justfile
8
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 == '' {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue