Closed julianhess closed 1 year ago
GCC 10 defaults to -fno-common, so we cannot define this twice without explicitly specifying extern.
-fno-common
extern
Thanks!
GCC 10 defaults to
-fno-common
, so we cannot define this twice without explicitly specifyingextern
.