Fix linking with -fno-common, the default for GCC 10.

GCC 10 will default to -fno-common, a change from previous versions. This patch fixes linking issues with GCC 10 by ensuring that there is exactly 1 definition of every variable.

Merge request reports

Loading