Skip to content

lv2: Make it build with -fno-common

Debarshi Ray requested to merge (removed):wip/rishi/gcc-10-fno-common into master

GCC 10 defaults to -fno-common. This means that global variables shared across multiple translation units should be declared as 'extern' in header files and defined in exactly one C file. See: https://gcc.gnu.org/gcc-10/porting_to.html

Edited by Tim-Philipp Müller

Merge request reports