summaryrefslogtreecommitdiffhomepage
path: root/examples/example_01_hello_world
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 09:21:46 +0100
committerGitHub <noreply@github.com>2025-11-19 09:21:46 +0100
commitdc87375b9a0103e8c9dd39393abc21113e2dd917 (patch)
tree56863a984b488d880d9968c8af7ba9bcc1c7c400 /examples/example_01_hello_world
parent8cf214b3e06556aa0aa18133aac60ddbedebc06e (diff)
parent6132d2c6a751ebffc29f950ca3755a05595dd99e (diff)
Merge pull request #7 from nekernel-org/dev
feat: new documented codebase and improvements.
Diffstat (limited to 'examples/example_01_hello_world')
-rw-r--r--examples/example_01_hello_world/posix.json2
1 files changed, 1 insertions, 1 deletions
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"],