diff options
| author | aamir <[email protected]> | 2018-09-22 15:28:40 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-09-22 15:28:40 -0700 |
| commit | 09e6092ace5213a5d5a49bf80b052802c06a4268 (patch) | |
| tree | 4cef1b01b7015d5b7c730ef7b4d9589db28ffd7d /src/cuda-sim/Makefile | |
| parent | 3949357047a621a06b2e7fb4fd6099cce1469d27 (diff) | |
debug prints
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 e8977a6..d08a696 100644 --- a/src/cuda-sim/Makefile +++ b/src/cuda-sim/Makefile @@ -42,7 +42,7 @@ include ../../version_detection.mk OUTPUT_DIR=$(SIM_OBJ_FILES_DIR)/cuda-sim -OPT := -O3 -g3 -Wall -Wno-unused-function -Wno-sign-compare +OPT := -O0 -g3 -Wall -Wno-unused-function -Wno-sign-compare ifeq ($(DEBUG),1) OPT := -g3 -Wall -Wno-unused-function -Wno-sign-compare endif |
