Skip to content

Commit cc4396a

Browse files
committed
utils: move utils into test/cuda; Add missing NVCC flag; Clean utils header.
1 parent 6608a43 commit cc4396a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

GNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ endif
6161
ifneq ($(static),1)
6262
CXXFLAGS += -fPIC
6363
LDFLAGS += -fPIC
64+
NVCCFLAGS += --compiler-options '-fPIC'
6465
lib_ext = so
6566
else
6667
lib_ext = a
File renamed without changes.

0 commit comments

Comments
 (0)