summaryrefslogtreecommitdiff
path: root/src/cuda-sim/Makefile
diff options
context:
space:
mode:
authorAamir Raihan <[email protected]>2018-06-08 13:56:54 -0700
committerAamir Raihan <[email protected]>2018-06-08 13:56:54 -0700
commit774e28201d239433357db4cbd00c0a62273773cc (patch)
tree2b5a8f5cc1108009c4f8edcb1fc09232773c31ae /src/cuda-sim/Makefile
parent3e167c76f73822f6ff044d4ecd769aab6e199be1 (diff)
regression passed
Diffstat (limited to 'src/cuda-sim/Makefile')
-rw-r--r--src/cuda-sim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/Makefile b/src/cuda-sim/Makefile
index d08a696..e8977a6 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 := -O0 -g3 -Wall -Wno-unused-function -Wno-sign-compare
+OPT := -O3 -g3 -Wall -Wno-unused-function -Wno-sign-compare
ifeq ($(DEBUG),1)
OPT := -g3 -Wall -Wno-unused-function -Wno-sign-compare
endif