diff options
| author | Aamir Raihan <[email protected]> | 2018-06-08 13:56:54 -0700 |
|---|---|---|
| committer | Aamir Raihan <[email protected]> | 2018-06-08 13:56:54 -0700 |
| commit | 774e28201d239433357db4cbd00c0a62273773cc (patch) | |
| tree | 2b5a8f5cc1108009c4f8edcb1fc09232773c31ae /src/intersim2/Makefile | |
| parent | 3e167c76f73822f6ff044d4ecd769aab6e199be1 (diff) | |
regression passed
Diffstat (limited to 'src/intersim2/Makefile')
| -rw-r--r-- | src/intersim2/Makefile | 2 |
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 |
