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