Remove --no-undefined which is causing problems when compiling with -fsanitize=address -fno-omit-frame-pointer in support of https://github.com/Unidata/netcdf-c/issues/1878

This commit is contained in:
Ward Fisher 2020-11-10 11:09:47 -07:00
parent c8a3c51c12
commit 1135b5af22

View File

@ -5,7 +5,7 @@
include $(top_srcdir)/lib_flags.am
AM_LDFLAGS += -module -avoid-version -shared -export-dynamic \
-no-undefined -rpath ${abs_builddir}
-rpath ${abs_builddir}
BZIP2HDRS = bzlib.h bzlib_private.h
BZIP2SRC = blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c