summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/Makefile
diff options
context:
space:
mode:
authoraamir <[email protected]>2018-05-30 23:07:44 -0700
committeraamir <[email protected]>2018-05-30 23:07:44 -0700
commitfa0089a5d3a86ef348fae9a83a862f5219892bab (patch)
tree72a2b80c81ce115d1c1cad7ecc965784d427f70d /src/gpgpu-sim/Makefile
parent5b1ba75a3d5d02fbc12b5218abaaae4fcf2b5c2d (diff)
adding code for wmma_ld_impl, error at decode space
Diffstat (limited to 'src/gpgpu-sim/Makefile')
-rw-r--r--src/gpgpu-sim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/Makefile b/src/gpgpu-sim/Makefile
index f10a8a4..4f77699 100644
--- a/src/gpgpu-sim/Makefile
+++ b/src/gpgpu-sim/Makefile
@@ -48,7 +48,7 @@ ifeq ($(GNUC_CPP0X), 1)
endif
ifneq ($(DEBUG),1)
- OPTFLAGS += -O3
+ OPTFLAGS += -O0
else
CXXFLAGS +=
endif