Skip to content

Commit

Permalink
utils: move utils into test/cuda; Add missing NVCC flag; Clean utils …
Browse files Browse the repository at this point in the history
…header.
  • Loading branch information
cayrols committed Sep 27, 2023
1 parent a44c1ee commit c3efcaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ endif
ifneq ($(static),1)
CXXFLAGS += -fPIC
LDFLAGS += -fPIC
NVCCFLAGS += --compiler-options '-fPIC'
lib_ext = so
else
lib_ext = a
Expand Down
File renamed without changes.

0 comments on commit c3efcaa

Please sign in to comment.