Skip to content

Fix compilation with GCC 10 / `-fno-common`

David Seifert requested to merge (removed):gcc-10 into master
  • GCC 10 will not merge duplicate symbols anymore. Hence we need to separate the declaration from the definition.

Merge request reports