summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBorys Kabakov <b.a.kabakov@gmail.com>2020-03-12 20:24:33 +0200
committerGitHub <noreply@github.com>2020-03-12 20:24:33 +0200
commit05bf2e06375b1a50515acd85b887af0a5710d294 (patch)
tree75ff80111f6bb600e8847a32121f755a6a568e03
parent6eb70f10d202e1d6ea7f7c01527191de6e861872 (diff)
Update README.md
Add configure option to avoid memory leak failures like described in #362
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d818ee6..477d060 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ If you absolutely have to build from source, use:
autoreconf -fi
mkdir build
cd build
- ../configure
+ ../configure --disable-sanitizers
make -j8
sudo make install
```