summaryrefslogtreecommitdiffstats
path: root/ext/Win32API/extconf.rb
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-22 13:23:36 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-22 13:23:36 +0000
commit5b22b4c42c0ebbe18d63911daa2470722271e77b (patch)
treef7d5474e56dd9f40ce534206d8da69d17b265484 /ext/Win32API/extconf.rb
parent65f449f3feb54e3a62df9505d8da0fd66cad7fd2 (diff)
downloadruby-5b22b4c42c0ebbe18d63911daa2470722271e77b.tar.gz
ruby-5b22b4c42c0ebbe18d63911daa2470722271e77b.tar.xz
ruby-5b22b4c42c0ebbe18d63911daa2470722271e77b.zip
* ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/Win32API/extconf.rb')
-rw-r--r--ext/Win32API/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Win32API/extconf.rb b/ext/Win32API/extconf.rb
index f8d78e146..5e42f6255 100644
--- a/ext/Win32API/extconf.rb
+++ b/ext/Win32API/extconf.rb
@@ -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")