summaryrefslogtreecommitdiff
path: root/src/intersim2
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/intersim2
parent5b1ba75a3d5d02fbc12b5218abaaae4fcf2b5c2d (diff)
adding code for wmma_ld_impl, error at decode space
Diffstat (limited to 'src/intersim2')
-rw-r--r--src/intersim2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intersim2/Makefile b/src/intersim2/Makefile
index bd42000..4ef21ac 100644
--- a/src/intersim2/Makefile
+++ b/src/intersim2/Makefile
@@ -44,7 +44,7 @@ endif
CPPFLAGS += -Wall $(INCPATH) $(DEFINE)
ifneq ($(DEBUG),1)
-CPPFLAGS += -O3
+CPPFLAGS += -O0
endif
CPPFLAGS += -g
CPPFLAGS += -fPIC