Skip to content

Commit de845f9

Browse files
committed
Makefile: Don't force any C++ dialect, instead use the host compiler's default.
1 parent 621df21 commit de845f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
# Makefile for building Thrust unit test driver
3232

33-
# Force C++11 mode. NVCC will ignore it if the host compiler doesn't support it.
34-
#export CXX_STD = c++11
33+
# Don't force any C++ mode, use the host compiler's default.
34+
export CXX_STD =
3535

3636
export VERBOSE = 1
3737

0 commit comments

Comments
 (0)