summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 14ff8077a..0418be72f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,7 +26,7 @@ COMPILE_MODE = :debug
case COMPILE_MODE.to_s
when 'debug'
- CFLAGS = ['-g', '-O3']
+ CFLAGS = ['-g', '-O3', ENV['CFLAGS']]
when 'release'
CFLAGS = ['-O3']
when 'small'