march-native

This commit is contained in:
Ella-0 2021-02-10 19:04:00 +00:00
parent c9fe261560
commit 80cf076806
1 changed files with 4 additions and 1 deletions

View File

@ -1,10 +1,13 @@
#!/bin/sh #!/bin/sh
export JOBS="64" export JOBS="64"
export RUSTFLAGS="-C target-feature=-crt-static" export RUSTFLAGS="-C target-cpu=native"
export CC=clang export CC=clang
export CXX=clang++ export CXX=clang++
export CFLAGS="-march=native"
export CXXFLAGS="-march=native"
stat /etc/iglupkg.conf > /dev/null 2> /dev/null && . /etc/iglupkg.conf stat /etc/iglupkg.conf > /dev/null 2> /dev/null && . /etc/iglupkg.conf
export SAMUFLAGS=-j$JOBS export SAMUFLAGS=-j$JOBS