]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* README.git: Fix compiler options for ASAN
authorPaul Smith <psmith@gnu.org>
Sun, 27 Feb 2022 20:14:12 +0000 (15:14 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 27 Feb 2022 23:01:13 +0000 (18:01 -0500)
README.git

index fbd57d3a18b36654f982d15234ea84b096c7fbad..a1592ada30cb48836666865412fb74ff317da506 100644 (file)
@@ -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