aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-11-14 11:17:16 -0600
committertlatorre <tlatorre@uchicago.edu>2018-11-14 11:17:16 -0600
commit724d30d535749855fc04ece9193b54a4de07cf77 (patch)
tree630f885fabb2ca8105f9c40d76083f08e378432f /README
parentc604b9d5b91a17175bac88d27b53193d98e1d332 (diff)
downloadsddm-724d30d535749855fc04ece9193b54a4de07cf77.tar.gz
sddm-724d30d535749855fc04ece9193b54a4de07cf77.tar.bz2
sddm-724d30d535749855fc04ece9193b54a4de07cf77.zip
update README and TODO
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 951c2df..53680fd 100644
--- a/README
+++ b/README
@@ -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: