# HG changeset patch # User Matti Hamalainen # Date 1616336819 -7200 # Node ID 8ef3a7318ea1045d493b4f8a0c1130df0a0023fe # Parent f73270cabde2698d7a13881eb838037e6016a728 Update NEWS. diff -r f73270cabde2 -r 8ef3a7318ea1 NEWS --- a/NEWS Sat Jan 02 11:37:13 2021 +0200 +++ b/NEWS Sun Mar 21 16:26:59 2021 +0200 @@ -12,6 +12,11 @@ * Build system fixes. +* Fixed clang build due to clang not working correctly with -flto. + +* Added Makefile parameter ASAN=1 to enable address sanitizer + support (disables optimizations and LTO.) + * Fix compile failure with GCC 10.x due to missing "extern" in sidlib.h