diff options
Diffstat (limited to 'ext/Win32API/extconf.rb')
| -rw-r--r-- | ext/Win32API/extconf.rb | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
