We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32be69 commit 07412cbCopy full SHA for 07412cb
configure.ac
@@ -43,7 +43,9 @@ if test "$enable_static" = yes; then
43
fi
44
AC_SUBST(pc_cflags)
45
46
-AC_ARG_VAR([CUDA_FLAGS], [Flags passed to nvcc])
+# use CUDAFLAGS (without _) from caller but use CUDA_FLAGS internaly (legacy)
47
+AC_ARG_VAR([CUDAFLAGS], [Flags passed to nvcc])
48
+CUDA_FLAGS="$CUDAFLAGS $CUDA_FLAGS"
49
50
if test x$enable_debug = xyes ; then
51
COMMON_FLAGS="$COMMON_FLAGS -g -D_DEBUG -O0"
0 commit comments