Skip to content

Commit

Permalink
Opt in to deprecations in DVS.
Browse files Browse the repository at this point in the history
Reviewed-by: Michał 'Griwes' Dominiak <[email protected]>
Reviewed-by: Allison Vacanti <[email protected]>
  • Loading branch information
brycelelbach authored and neon60 committed Nov 20, 2020
1 parent bd9aed2 commit 8ad2436
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
# Makefile for building Thrust unit test driver

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

export VERBOSE = 1
export CCCL_ENABLE_DEPRECATIONS := 1

export VERBOSE := 1

ifndef PROFILE
ifdef VULCAN_TOOLKIT_BASE
Expand Down
2 changes: 2 additions & 0 deletions internal/build/common_build.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
USE_NEW_PROJECT_MK := 1

CCCL_ENABLE_DEPRECATIONS := 1

ifeq ($(OS),Linux)
LIBRARIES += m
endif
Expand Down

0 comments on commit 8ad2436

Please sign in to comment.