diff options
Diffstat (limited to 'science/hdf5-18/files/mfhdf/libsrc/Makefile')
-rw-r--r-- | science/hdf5-18/files/mfhdf/libsrc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/hdf5-18/files/mfhdf/libsrc/Makefile b/science/hdf5-18/files/mfhdf/libsrc/Makefile index 7ca23f2d374e..092102faa53c 100644 --- a/science/hdf5-18/files/mfhdf/libsrc/Makefile +++ b/science/hdf5-18/files/mfhdf/libsrc/Makefile @@ -15,6 +15,8 @@ LIBDIR = ${PREFIX}/lib # uncomment the line below to avoid building static libraries #INTERNALLIB = Yes +# comment out the line below to build the profile libs +NOPROFILE=yes CFLAGS += -DNDEBUG -DHDF -I${.CURDIR}/../../hdf/src -I${.CURDIR} .if ${MACHINE_ARCH} == "i386" |