diff options
| author | Tim Rogers <[email protected]> | 2017-05-17 10:31:01 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-17 10:31:01 -0400 |
| commit | 149cd62db8a8820f47971590b13632bb35e51be4 (patch) | |
| tree | ca1c65e430983fe01935a5d265fc3cabbf376a7d /src/cuda-sim/Makefile | |
| parent | 7000034015bef87796acd72da4face5b227c61cf (diff) | |
| parent | 959808f483a43dc2371f04e18c34fcebb0425b48 (diff) | |
Merge pull request #37 from tgrogers/tim-embed-commit
Embedding the gpgpu-sim version information (the commit number that was built) in the shared object executable.
Diffstat (limited to 'src/cuda-sim/Makefile')
| -rw-r--r-- | src/cuda-sim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/Makefile b/src/cuda-sim/Makefile index f479294..5132bcc 100644 --- a/src/cuda-sim/Makefile +++ b/src/cuda-sim/Makefile @@ -46,7 +46,7 @@ OPT := -O3 -g3 -Wall -Wno-unused-function -Wno-sign-compare ifeq ($(DEBUG),1) OPT := -g3 -Wall -Wno-unused-function -Wno-sign-compare endif -OPT += -I$(CUDA_INSTALL_PATH)/include -I$(OUTPUT_DIR)/ -I. +OPT += -I$(CUDA_INSTALL_PATH)/include -I$(OUTPUT_DIR)/ -I. -I$(SIM_OBJ_FILES_DIR) OPT += -fPIC ifeq ($(TRACE),1) |
