cosmo0920 / win32-api

A different, better variant of the Win32API Ruby library
61 stars 10 forks source link

Add gcc option to fix crash on RubyInstaller2 x86 #31

Closed shirosaki closed 6 years ago

shirosaki commented 6 years ago

RubyInstaller2 build doesn't use -fno-omit-frame-pointer gcc optimization option. This causes crash with api_call.

Fix https://github.com/cosmo0920/windows-pr/issues/21

cosmo0920 commented 6 years ago

Thanks for your great work! I'll check it.

cosmo0920 commented 6 years ago

I'd published this change as 1.7.0. Thanks!