Skip to content

Commit 2a6744c

Browse files
brycelelbachalliepiper
authored andcommitted
Legacy Makefiles: Don't force C++14 with GCC 4.8.
Bug 200618218
1 parent 0b48df1 commit 2a6744c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

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

1515
# Makefile for building Thrust unit test driver
1616

17-
# Force C++14 mode. NVCC will ignore it if the host compiler doesn't support it.
18-
export CXX_STD := c++14
17+
# Force C++11 mode. NVCC will ignore it if the host compiler doesn't support it.
18+
export CXX_STD := c++11
1919

2020
export CCCL_ENABLE_DEPRECATIONS := 1
2121

0 commit comments

Comments
 (0)