Increase our protection against fuzzer bit-rot by making sure we can link the fuzz test executables on Linux. Patch 1 is a small CI config improvement to fix compiler feature detection. Patch 2 is the Makefile / config.mak.uname change to add the executables to `make all` on Linux. Josh Steadmon (2): ci: also define CXX environment variable fuzz: link fuzz programs with `make all` on Linux .github/workflows/main.yml | 12 ++++++++++++ Makefile | 14 +++++++++++--- config.mak.uname | 1 + 3 files changed, 24 insertions(+), 3 deletions(-) base-commit: b387623c12f3f4a376e4d35a610fd3e55d7ea907 -- 2.44.0.278.ge034bb2e1d-goog