From cb91879de245650780575ab0577ba1f25b27120e Mon Sep 17 00:00:00 2001 From: Bix Date: Sun, 29 Jun 2025 14:12:00 +0000 Subject: [PATCH] fix spelling mistake. --- Building-for-Linux.-.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.-.md b/Building-for-Linux.-.md index 8fbb177..0363c8c 100644 --- a/Building-for-Linux.-.md +++ b/Building-for-Linux.-.md @@ -64,7 +64,7 @@ cmake .. -GNinja -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11 The `--recursive` option automatically clones the required Git submodules. -### Building Eden in Release Mode (Optimized) +### Building Eden in Release Mode (Optimised) If you need to run ctests, you can disable `-DYUZU_TESTS=OFF` and install Catch2.