diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-10 19:43:36 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-10 19:43:36 -0400 |
| commit | c68377b8eb2ce322e195a23062f5ba635dba546a (patch) | |
| tree | b951a6fa272bbe2ec4120259b31f0eb5c7292b09 /src/Makefile | |
| parent | c29246408c963ece65515fae92540e76ac71b72b (diff) | |
Remove those duplicated defined
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 6001669..3ad511e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -51,6 +51,8 @@ else CXXFLAGS += endif +CXXFLAGS += -I$(CUDA_INSTALL_PATH)/include + OPTFLAGS += -g3 -fPIC CPP = g++ $(SNOW) |
