diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-15 13:28:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-15 13:28:53 +0200 |
commit | aee69ba1d21c55b4dbbe3891661361feb1c32a9c (patch) | |
tree | df587c21e71568d0267e0fc95320f43e8cbba9dc | |
parent | 2f908f85c12054918f52149dd4eceea0977d67dc (diff) |
Update bootstrap script with new CLI setup
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |