summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnihcam2018-05-06 17:28:39 +0800
committerEnihcam2018-05-06 17:28:39 +0800
commite993e467d632b86dd365dcfe647efcb5d42c8492 (patch)
tree7b99bf867341f9daf96b8a9951fb037b425808ec
parent4e730be7b33d4dd04a98e9b404f000dc25be73eb (diff)
downloadaur-e993e467d632b86dd365dcfe647efcb5d42c8492.tar.gz
no serial mem op
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 803b168e4012..f226bde98cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,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="${CXXFLAGS}"
+ export CC_OPT_FLAGS="${CXXFLAGS} -no-serial-memop"
export TF_CUDA_CLANG=0
export TF_NEED_CUDA=0
export TF_NEED_JEMALLOC=0