diff options
author | 卜部昌平 <[email protected]> | 2019-08-29 15:47:33 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2019-08-29 18:34:09 +0900 |
commit | e4be2fda3dbbfdb1f2ace697c96cf6bdd7dfef21 () | |
tree | 8cfce2c03e0b0c924a5a633c74b0a78f5ffc8d4a /include/ruby/intern.h | |
parent | 3df37259d81d9fc71f8b4f0b8d45dc9d0af81ab4 (diff) |
Rule out gcc on Windows
It seems the combination fails at the moment. Don't know exactly why but I suspect there can be issues in resolving weak references. Let's rule them out for now. https://ci.appveyor.com/project/ruby/ruby/builds/27036383/job/x3c5d54839aacoyt
-rw-r--r-- | include/ruby/intern.h | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1171,4 +1171,19 @@ __attribute__((__unused__,__weakref__("rb_define_singleton_method"),__nonnull__( #endif #endif #endif /* RUBY_INTERN_H */ |