updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / cudpp-svn / nvccflags.patch
blob2296f9c7850b7570e810c4ea567be5d9ab171e8f
1 diff -ur a/linux_build/common.mk b/linux_build/common.mk
2 --- a/linux_build/common.mk 2009-06-29 10:25:39.000000000 +0200
3 +++ b/linux_build/common.mk 2010-04-01 11:37:22.573665261 +0200
4 @@ -105,7 +105,7 @@
5 COMMONFLAGS += -O3
6 BINSUBDIR := release
7 LIBSUFFIX :=
8 - NVCCFLAGS += --compiler-options -fno-strict-aliasing
9 + NVCCFLAGS += --compiler-options -fno-strict-aliasing --compiler-options -fno-inline
10 CXXFLAGS += -fno-strict-aliasing
11 CFLAGS += -fno-strict-aliasing
12 endif