diff options
Diffstat (limited to 'tools/mrbc')
| -rw-r--r-- | tools/mrbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile index 7271a2fed..421ff7e0a 100644 --- a/tools/mrbc/Makefile +++ b/tools/mrbc/Makefile @@ -32,7 +32,7 @@ LL = gcc YACC = bison DEBUG_MODE = 1 ifeq ($(DEBUG_MODE),1) -CFLAGS = -g +CFLAGS = -g -O3 else CFLAGS = -O3 endif |
