From 930e34906cd4206b6f7ea16941c9621f41a317a5 Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 6 Mar 2003 15:45:14 +0000 Subject: * ext/Win32API/Win32API.c: no longer use inline-asms. * ext/Win32API/extconf.rb: no need to add gcc options. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/Win32API/extconf.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/Win32API/extconf.rb') diff --git a/ext/Win32API/extconf.rb b/ext/Win32API/extconf.rb index 8117a3872..134a6e5b9 100644 --- a/ext/Win32API/extconf.rb +++ b/ext/Win32API/extconf.rb @@ -1,8 +1,5 @@ require 'mkmf' if have_header("windows.h") and have_library("kernel32") - if Config::CONFIG["CC"] =~ /gcc/ - $CFLAGS += " -fno-defer-pop -fno-omit-frame-pointer" - end create_makefile("Win32API") end -- cgit