summaryrefslogtreecommitdiff
path: root/src/intersim2/Makefile
diff options
context:
space:
mode:
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