Skip to content

fix build errors when using -fno-common

Simon Ser requested to merge github/fork/thermitegod/master into master

Created by: thermitegod

GCC 10 will enable -fno-common by default and wlroots currently fails to compile when using this flag.

Merge request reports