diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-05-10 21:35:54 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-05-10 21:37:59 +0900 |
commit | f1699314147bad2cf5550cc582693424fdbc2510 (patch) | |
tree | 71e64f23032cf9ce4e56e50b3a94e6a414ef2f09 /ext/rubyvm | |
parent | dd830fab6982dfbfd0667f025e823b097af42f71 (diff) |
win32ole: separate global variable declarations and definitions
https://gcc.gnu.org/gcc-10/changes.html#c
> * GCC now defaults to `-fno-common`. As a result, global
> variable accesses are more efficient on various targets. In
> C, global variables with multiple tentative definitions now
> result in linker errors. With `-fcommon` such definitions are
> silently merged during linking.
Diffstat (limited to 'ext/rubyvm')
0 files changed, 0 insertions, 0 deletions