Update march and mtune
This commit is contained in:
parent
af57b143c6
commit
7a076485b6
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ _gpgkey=""
|
|||
|
||||
## March
|
||||
## to get a list of all march values by executing "gcc --target-help" and search for -march=
|
||||
_march="znver3"
|
||||
_march="native"
|
||||
|
||||
## Mtune
|
||||
## to get a list of all mtune values by executing "gcc --target-help" and search for -mtune=
|
||||
_mtune="znver3"
|
||||
_mtune="native"
|
||||
|
||||
## CPU flags
|
||||
## Define your cpu flags here (get values by installing cpuid2cpuflags from the AUR and running "cpuid2cpuflags")
|
||||
|
|
Loading…
Reference in a new issue