From 998b050726807c9842f141f5826c6383a62e3b98 Mon Sep 17 00:00:00 2001 From: simon987 Date: Tue, 10 Nov 2020 21:52:45 -0500 Subject: [PATCH] update build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22eb551..c9a864b 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,6 @@ binaries (GCC 7+ required). 2. Build ```bash git clone --recursive https://github.com/simon987/sist2/ - cmake -DCMAKE_TOOLCHAIN_FILE=/scripts/buildsystems/vcpkg.cmake . + cmake -DSIST_DEBUG=off -DCMAKE_TOOLCHAIN_FILE=/scripts/buildsystems/vcpkg.cmake . make ```