nbis icon indicating copy to clipboard operation
nbis copied to clipboard

Fix compiling for gcc10 and above

Open OwenPemberton opened this issue 3 years ago • 0 comments

External variables need to be explicitly declared once or the project needs to apply the fcommon switch.

See https://gcc.gnu.org/gcc-10/porting_to.html.

OwenPemberton avatar Nov 23 '22 14:11 OwenPemberton