diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ To debug memory issues you can compile everything with an address sanitizer. Edit the Makefile and add the following flags: CFLAGS=-fsanitize=address - LDLIBS=-lasan + LDLIBS=-fsanitize=address and make sure that -lasan is the first library in the list. Then, recompile: |