diff --git a/Makefile b/Makefile index 7e86f33..2ab7fa3 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ LIBDIR = ../../cfitsio/lib # standard usage # recently added -std=c99 after a bug report -COPTS = -funroll-loops -O3 -ansi -std=c99 -pedantic-errors -Wall -I$(CFITSIOINCDIR) -D_GNU_SOURCE +COPTS = -funroll-loops -fcommon -O3 -ansi -std=c99 -pedantic-errors -Wall -I$(CFITSIOINCDIR) -D_GNU_SOURCE LIBS = -L$(LIBDIR) -lm -lcfitsio # compiler