summaryrefslogtreecommitdiffhomepage
path: root/examples/example_01_hello_world
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-12 14:45:09 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-12 14:45:09 +0100
commitfb094b222027aad36ebc294c0b21909dfe20b3f9 (patch)
tree13735af600898d719deb00c47f678cf57cc99f73 /examples/example_01_hello_world
parent358bcc6a52793dc7043415b242169af9ec78f6b4 (diff)
chore: performance improvements and tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/example_01_hello_world')
-rw-r--r--examples/example_01_hello_world/posix.json2
-rw-r--r--examples/example_01_hello_world/win64.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/example_01_hello_world/posix.json b/examples/example_01_hello_world/posix.json
index 09cbef7..197e4a2 100644
--- a/examples/example_01_hello_world/posix.json
+++ b/examples/example_01_hello_world/posix.json
@@ -3,7 +3,7 @@
"compiler_std": "c++20",
"headers_path": ["lib"],
"sources_path": ["hello_world.cc"],
- "output_name": "hello_world.elf",
+ "output_name": "./hello_world.elf",
"compiler_flags": ["-fPIC"],
"cpp_macros": ["FOO_MACRO"],
"run_after_build": true
diff --git a/examples/example_01_hello_world/win64.json b/examples/example_01_hello_world/win64.json
index 4af5bdd..4545228 100644
--- a/examples/example_01_hello_world/win64.json
+++ b/examples/example_01_hello_world/win64.json
@@ -3,7 +3,7 @@
"compiler_std": "c++20",
"headers_path": ["lib"],
"sources_path": ["hello_world.cc"],
- "output_name": "hello_world.elf",
+ "output_name": "./hello_world.elf",
"compiler_flags": ["-fPIC"],
"cpp_macros": ["FOO_MACRO"],
"run_after_build": true