$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2025-05-06 14:45:49
Christian Mazakas wrote:
> You can invoke it similarly to b2 today:
>
> ./c2.py \
> hash2 test \
> --cxxstd 11,20 \
> --variant debug,release \
> --address-model 64 \
> --toolset clang-19,gcc-14 \
> --asan --ubsan \
> --ctestflags="--output-on-failure -R 'xxh3'" \
--output-on-failure (and --no_tests=error) should be the default, really.
> --no-cmake \
What does --no-cmake do?
> -j20