Skip to content

Commit 6320b92

Browse files
commented out the flags "-EHs" and "-GR"
the error: x86_64-w64-mingw32-g++.exe: error: unrecognized command line option '-EHs' x86_64-w64-mingw32-g++.exe: error: unrecognized command line option '-GR' keeps appearing each time I try to install it
1 parent 8a23210 commit 6320b92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/extconf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
flags << "-D OS_WIN32"
4242
flags << '-D BUILD_FOR_RUBY'
43-
flags << "-EHs"
44-
flags << "-GR"
43+
#flags << "-EHs"
44+
#flags << "-GR"
4545

4646
dir_config('ssl')
4747
if have_library('ssleay32') and

0 commit comments

Comments
 (0)