Closed simonvik closed 3 years ago
the project cant be built without -fcommon added to CFLAGS
See : https://gcc.gnu.org/gcc-10/porting_to.html
Global variables have been fixed and now DMRconfig compiles with GCC 10 and its default-fno-common Fix in commit 1a69014
-fno-common
Thank you @simonvik for opening the issue!
the project cant be built without -fcommon added to CFLAGS
See : https://gcc.gnu.org/gcc-10/porting_to.html