Actions
Bug #3470
closed
VJ
VJ
gcc10: compilation failure unless -fcommon is supplied (4.1.x)
Bug #3470:
gcc10: compilation failure unless -fcommon is supplied (4.1.x)
Affected Versions:
Effort:
Difficulty:
Label:
Description
It looks like gcc10 will default to -fno-common, which breaks our build in various places.
Can be simulated by passing '-fno-common' to older gcc or clang.
Actions