summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5986f2fc4..697d3e9ea 100644
--- a/Rakefile
+++ b/Rakefile
@@ -18,7 +18,7 @@ ENABLE_GEMS = ENV['ENABLE_GEMS'] == 'true'
ACTIVE_GEMS = File.join(File.dirname(__FILE__), 'mrbgems', 'GEMS.active')
# default compile option
-COMPILE_MODE = :debug
+COMPILE_MODE = ENV['COMPILE_MODE'] || :debug
##############################