summaryrefslogtreecommitdiffhomepage
path: root/examples/example_03_hello_world_toml
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 09:18:08 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 09:18:08 +0100
commit6132d2c6a751ebffc29f950ca3755a05595dd99e (patch)
tree56863a984b488d880d9968c8af7ba9bcc1c7c400 /examples/example_03_hello_world_toml
parentb21246fbf4b082e21f811d488bd85e8dafdee428 (diff)
feat: new documented codebase and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/example_03_hello_world_toml')
-rw-r--r--examples/example_03_hello_world_toml/posix.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_03_hello_world_toml/posix.toml b/examples/example_03_hello_world_toml/posix.toml
index 4f71f7d..e8595d4 100644
--- a/examples/example_03_hello_world_toml/posix.toml
+++ b/examples/example_03_hello_world_toml/posix.toml
@@ -1,4 +1,4 @@
-compiler_path = "g++"
+compiler_path = "clang++"
compiler_std = "c++20"
headers_path = [ "lib" ]
sources_path = [ "hello_world.cc" ]