Skip to content

Commit 74f8906

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent 1a05d3d commit 74f8906

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

_posts/2025-11-30-comptime-c-functions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ Embedded systems with tight runtime constraints, and zero-cost abstraction C lib
2626

2727
# Generic stack
2828

29-
I added a `main()` function to this program, to prove that it doesn't crash on any `assert()` calls at runtime.
30-
31-
It's important to note that `fn_version()` and `macro_version()` get optimized just as hard, even when you remove the `main()`.
29+
I added a `main()` function to the below program, to prove that it doesn't crash on any `assert()` calls at runtime. It's important to note that `fn_version()` and `macro_version()` get optimized just as hard, even when you remove the `main()`.
3230

3331
Here are the used optimization flags:
3432
- Passing `-O3` to the compiler tells it to optimize the code very hard.

0 commit comments

Comments
 (0)