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/intersim2 | |
| parent | c29246408c963ece65515fae92540e76ac71b72b (diff) | |
Remove those duplicated defined
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/intersim2')
| -rw-r--r-- | src/intersim2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intersim2/Makefile b/src/intersim2/Makefile index 7d10b3f..3eeeb70 100644 --- a/src/intersim2/Makefile +++ b/src/intersim2/Makefile @@ -48,6 +48,7 @@ CPPFLAGS += -O3 endif CPPFLAGS += -g CPPFLAGS += -fPIC +CPPFLAGS += -I$(CUDA_INSTALL_PATH)/include LFLAGS += |
