summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2017-05-16 22:32:56 +0200
committerAdriĆ  Arrufat2017-05-16 22:32:56 +0200
commitd0f56afb621c6344c40d9a809bdafa3d95aae5f2 (patch)
tree2cc5cb876c26c578de163c4f17e6ea19cedfb217 /PKGBUILD
parent321f16545fc4ff05d0e0ecf0ef9d7039b07de6e9 (diff)
downloadaur-d0f56afb621c6344c40d9a809bdafa3d95aae5f2.tar.gz
use native compilation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76bbef4fbb6d..049fe63645b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ prepare() {
# These environment variables influence the behavior of the configure call below.
export PYTHON_BIN_PATH=/usr/bin/python
export USE_DEFAULT_PYTHON_LIB_PATH=1
- export CC_OPT_FLAGS="-march=x86-64"
+ export CC_OPT_FLAGS="-march=native"
# enable jemalloc support
export TF_NEED_JEMALLOC=1
# disable Google Cloud Platform support