Skip to content

Commit

Permalink
Disable extra debug information from Ruby 1.9 builds
Browse files Browse the repository at this point in the history
Until Ruby debug flags get sorted out:

http://bugs.ruby-lang.org/issues/6360
  • Loading branch information
luislavena committed May 12, 2012
1 parent 8a8a101 commit 7e885a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions History.txt
Expand Up @@ -6,6 +6,7 @@
* Upgraded RubyGems to 1.8.24 on all versions of Ruby
* Upgraded OpenSSL to version 1.0.0i
* Upgraded libffi to version 3.0.11
* Disable extra debug information from Ruby 1.9 builds (debugflags)

=== 2012-04-21

Expand Down
1 change: 1 addition & 0 deletions config/ruby_installer.rb
Expand Up @@ -67,6 +67,7 @@ module RubyInstaller
:configure_options => [
'--enable-shared',
'--disable-install-doc',
'debugflags=-g'
"CPPFLAGS='-DFD_SETSIZE=32767'"
],
:files => [
Expand Down

0 comments on commit 7e885a7

Please sign in to comment.