From 9ab6198cda42c9c1c94ac395c870a861f124f2e5 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 30 Oct 2025 19:28:48 +0000 Subject: [PATCH] prefix->suffix Signed-off-by: lizzie --- docs/Caveats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Caveats.md b/docs/Caveats.md index 2dab63d698..ac847d052d 100644 --- a/docs/Caveats.md +++ b/docs/Caveats.md @@ -125,7 +125,7 @@ This may have unforeseen consequences of which we don't need to worry about for Default `g++` (and the libstdc++) is too outdated - so install `gcc14` and redirect CMake to the new compiler toolchain `-DCMAKE_CXX_COMPILER=gcc14 -DCMAKE_C_COMPILER=g++14`. -There is also `llvm18` and use `-DCMAKE_CXX_COMPILER=clang++18 -DCMAKE_C_COMPILER=clang18` (note the `18` prefix at the end). NOTE: It doesn't have an updated libcxx so `` will be missing, either build it manually or use gcc. +There is also `llvm18` and use `-DCMAKE_CXX_COMPILER=clang++18 -DCMAKE_C_COMPILER=clang18` (note the `18` suffix at the end). NOTE: It doesn't have an updated libcxx so `` will be missing, either build it manually or use gcc. If build hangs, use `hammer2 bulkfree`.