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'