summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-20 22:25:04 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-20 22:25:04 +0900
commit5622c977f441a91a7482d5956df96e60d71d90f9 (patch)
tree675dae829232b63f635a532fc63f1a075fa916a8 /src/Makefile
parent673b3350feec30fc0ee6700da9baa441763c4c87 (diff)
downloadmruby-5622c977f441a91a7482d5956df96e60d71d90f9.tar.gz
mruby-5622c977f441a91a7482d5956df96e60d71d90f9.zip
remove dependency to SIZEOF_VOIDP
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index ea3681dce..abb6f4c4b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -40,7 +40,7 @@ YACC = bison
DEBUG_MODE = 1
ifeq ($(DEBUG_MODE),1)
-CFLAGS = -g
+CFLAGS = -g -O3
else
CFLAGS = -O3
endif