summarylogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorDrew Noel2016-05-12 07:46:22 -0400
committerDrew Noel2016-05-12 07:50:03 -0400
commit492a04a909d362a3ce26eaa33ce303fadd2fbbf5 (patch)
tree72f34660980dd063887b404383f6596522577f7a /Makefile.config
parentd095be999e39d83dc425aa4a8e44d0cc8565a388 (diff)
downloadaur-492a04a909d362a3ce26eaa33ce303fadd2fbbf5.tar.gz
Fix maintainer, update NVCC flag fixes
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config
index 2d1a0713f463..c7cf4657b575 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -62,8 +62,8 @@ WITH_PYTHON_LAYER := 1
INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/include
LIBRARY_DIRS := $(PYTHON_LIB) /usr/lib
-# Fix NVCC __float128 (thanks @mjal)
-NVCCFLAGS=-D__STRICT_ANSI__
+# Fix NVCC on GCC 6.x (thanks @ooxxcc!)
+NVCCFLAGS=-Xcompiler -std=c++98
BUILD_DIR := build
DISTRIBUTE_DIR := distribute