Skip to content

Commit

Permalink
Remove --no-undefined which is causing problems when compiling with -…
Browse files Browse the repository at this point in the history
…fsanitize=address -fno-omit-frame-pointer in support of #1878
  • Loading branch information
WardF committed Nov 10, 2020
1 parent c8a3c51 commit 1135b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1135b5a

Please # to comment.