diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-10 23:59:28 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-10 23:59:28 -0400 |
| commit | 6eb6f30ecd59782ba57a7bba7496526e0eeb59eb (patch) | |
| tree | 0f76a9f831d7e6f2c750d6a8f3666d92074fe31c /src/intersim2 | |
| parent | 50c8739fe0084e387c35c94d2bce57ff33fa69b8 (diff) | |
| parent | a34d4295ca856297ad76d5a6408cdaa163554809 (diff) | |
Merge pull request #14 from echoedit/dev
Remove those duplicated defined
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 += |
