diff options
Diffstat (limited to 'graphics/hdf5/files/mfhdf/libsrc/Makefile')
-rw-r--r-- | graphics/hdf5/files/mfhdf/libsrc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/hdf5/files/mfhdf/libsrc/Makefile b/graphics/hdf5/files/mfhdf/libsrc/Makefile index 7ca23f2..092102f 100644 --- a/graphics/hdf5/files/mfhdf/libsrc/Makefile +++ b/graphics/hdf5/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" |