summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2020-03-15 12:47:10 +0100
committerGitHub <noreply@github.com>2020-03-15 12:47:10 +0100
commitb7c130719462d814e0a1c1cad702c364546af974 (patch)
tree75ff80111f6bb600e8847a32121f755a6a568e03
parent6eb70f10d202e1d6ea7f7c01527191de6e861872 (diff)
parent05bf2e06375b1a50515acd85b887af0a5710d294 (diff)
Merge pull request #393 from banderlog/patch-2
Update README.md
-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
```