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