Skip to content

Commit

Permalink
* ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Mar 22, 2001
1 parent 9123ec5 commit 9c33e4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Thu Mar 22 22:15:45 2001 WATANABE Hirofumi <eban@ruby-lang.org>

* ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.

Thu Mar 22 18:17:36 2001 Yukihiro Matsumoto <matz@ruby-lang.org>

* eval.c (rb_mod_nesting): should not include Object at the
Expand Down
2 changes: 1 addition & 1 deletion ext/Win32API/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
case RUBY_PLATFORM
when /cygwin/,/mingw/
$CFLAGS = "-fno-defer-pop"
$CFLAGS = "-fno-defer-pop -fno-omit-frame-pointer"
create_makefile("Win32API")
when /win32/
create_makefile("Win32API")
Expand Down

0 comments on commit 9c33e4e

Please sign in to comment.