Skip to content

Commit 3546f20

Browse files
authored
change text for optimized empty c program
1 parent 0e889c0 commit 3546f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ How little is {size} bytes?
102102
- Even a simple sentance like this one weighs more than 60 bytes.
103103
- And so does this arbitrary pair of emojis: 👩🏼‍❤️‍💋‍👨🏼👩🏼‍❤️‍💋‍👨🏼
104104
- An **empty** C program compiled with `gcc -w -xc - <<< "main;"` on {platform} is {empty_size} bytes.
105-
- An empty C program with size optimization turned on, no standard startup files, no standard libraries, no `main` or `_start` functions, no symbol information, and no code at all, compiled with `gcc -Os -nostartfiles -nodefaultlibs --entry 0 -Wl,--strip-all -xc /dev/null` on {platform} is {optimized_size} bytes.
105+
- An empty C program compiled with size optimization, no startup code, no standard libraries, no `main` or `_start` functions, no symbol information, and no code at all, compiled with `gcc -Os -nostartfiles -nodefaultlibs --entry 0 -Wl,--strip-all -xc /dev/null` on {platform} is {optimized_size} bytes.
106106

107107
### Comparison
108108

0 commit comments

Comments
 (0)