From 6132d2c6a751ebffc29f950ca3755a05595dd99e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 19 Nov 2025 09:18:08 +0100 Subject: feat: new documented codebase and improvements. Signed-off-by: Amlal El Mahrouss --- examples/example_01_hello_world/posix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example_01_hello_world') diff --git a/examples/example_01_hello_world/posix.json b/examples/example_01_hello_world/posix.json index c3c8151..09cbef7 100644 --- a/examples/example_01_hello_world/posix.json +++ b/examples/example_01_hello_world/posix.json @@ -1,5 +1,5 @@ { - "compiler_path": "g++", + "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["lib"], "sources_path": ["hello_world.cc"], -- cgit v1.2.3