You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-11-30-comptime-c-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Here is how it is achieved in C:
27
27
- All operations become statically analyzable, reducing to constants.
28
28
-`assert()` calls get eliminated when conditions are provably true.
29
29
30
-
[Link-time optimization](https://en.wikipedia.org/wiki/Interprocedural_optimization) should allow GCC and Clang to perform these optimizations even when the code is split across several object files.
30
+
[Link-time optimization](https://en.wikipedia.org/wiki/Interprocedural_optimization)with `-flto`should allow GCC and Clang to perform these optimizations even when the code is split across several object files.
0 commit comments