mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
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:
parent
c8a3c51c12
commit
1135b5af22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user