Plugins fails with 'undefined symbols' error, on OSX, when passing CFLAGS="-fsanitize=address -fno-omit-frame-pointer" to configure. I believe the issue is the -no-undefined at the top of plugins/Makefile.am. Removing this solves the issue, I need to determine why we have this ld flag added and if there is a downside to removing it. Thoughts @DennisHeimbigner ?
Plugins fails with 'undefined symbols' error, on OSX, when passing CFLAGS="-fsanitize=address -fno-omit-frame-pointer" to configure. I believe the issue is the
-no-undefinedat the top ofplugins/Makefile.am. Removing this solves the issue, I need to determine why we have this ld flag added and if there is a downside to removing it. Thoughts @DennisHeimbigner ?