Update README.md

Add configure option to avoid memory leak failures like described in #362
This commit is contained in:
Borys Kabakov 2020-03-12 20:24:33 +02:00 committed by GitHub
parent 6eb70f10d2
commit 05bf2e0637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```