From aee69ba1d21c55b4dbbe3891661361feb1c32a9c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Oct 2021 13:28:53 +0200 Subject: Update bootstrap script with new CLI setup --- bootstrap | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index 7bf11f5..7ef2ed4 100755 --- a/bootstrap +++ b/bootstrap @@ -28,9 +28,8 @@ # cd ~/work/cli # git clone --recursive https://git.codesynthesis.com/cli/cli.git # cd cli -# bdep init -C ../builds/gccN-asan @gccN-asan cc \ -# config.cxx=g++-N \ -# config.cc.coptions="-Wall -Wextra -Werror -g3 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" +# ... see README.md for instructions +# ... use config.cc.coptions="-Wall -Wextra -Werror -g3 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" # b # sudo ln -s "$(pwd)/cli/cli/cli" /usr/local/bin/cli # which cli -- cgit v1.1