summaryrefslogtreecommitdiff
path: root/README.git
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-02-27 15:14:12 -0500
committerPaul Smith <psmith@gnu.org>2022-02-27 18:01:13 -0500
commit0de7b7489678eabac17309dad0f488711696658b (patch)
tree35b709e001aefd6acf7bf6a2805efe5c28cd5f58 /README.git
parent236589642ed15c4231f618433d0a0daa52b9fa79 (diff)
downloadmake-git-0de7b7489678eabac17309dad0f488711696658b.tar.gz
* README.git: Fix compiler options for ASAN
Diffstat (limited to 'README.git')
-rw-r--r--README.git2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.git b/README.git
index fbd57d3a..a1592ada 100644
--- a/README.git
+++ b/README.git
@@ -186,7 +186,7 @@ work on non-GNU systems (Windows, MacOS, etc.)
You can build with ASAN and run tests, like this:
make clean
- make -j8 CFLAGS='-ggdb3 -fsanitizer=address' LDFLAGS='-ggdb3 -fsanitizer=address'
+ make -j8 CFLAGS='-ggdb3 -fsanitize=address' LDFLAGS='-ggdb3 -fsanitize=address'
(cd tests && ./run_make_tests -make ../make)
Note that ASAN is reporting many more errors than valgrind. I don't know