Skip to content

Commit

Permalink
Optimize for size.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Feb 11, 2011
1 parent 28748fc commit f676acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro/installer.rb
Expand Up @@ -207,7 +207,7 @@ def install_tcmalloc

def configure_ruby
return configure_autoconf_package('source', 'Ruby Enterprise Edition',
"#{@extra_configure_args} CFLAGS='-g -O2 -fno-stack-protector'")
"#{@extra_configure_args} CFLAGS='-g -Os -fno-stack-protector #{ENV['CFLAGS']}'")
end

def compile_system_allocator
Expand Down

0 comments on commit f676acf

Please sign in to comment.