diff --git a/Makefile b/Makefile index c034046b3a0f40b2230c2410642331dbf27c821b..472d5ff77509dbf2447fd2fd905b0c8c295f5e08 100644 --- a/Makefile +++ b/Makefile @@ -33,9 +33,11 @@ endif # write the final image OPT += -DWRITE_IMAGE # perform w-stacking phase correction -#OPT += -DPHASE_ON +OPT += -DPHASE_ON # Support CFITSIO OPT += -DFITSIO +# Perform true parallel fits writing +OPT += -DPARALLEL_FITS ifeq (FITSIO,$(findstring FITSIO,$(OPT))) LIBS += -L$(FITSIO_LIB) -lcfitsio