Fix march native
This commit is contained in:
parent
b64816fab9
commit
e1f9022b4e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export EDITOR="vim"
|
|||
|
||||
|
||||
export MAKEOPTS="-j$(cat /proc/cpuinfo | awk -F: '$1 ~ /cpu cores/ { print $2 }' | head -n 1 | tr -d ' ')"
|
||||
export CFLAGS="-match=native"
|
||||
export CFLAGS="-march=native"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
|
||||
if [ -n "$(command -v clang)" ]; then
|
||||
|
|
Loading…
Reference in a new issue