diff options
author | Marvin Borner | 2020-09-14 20:45:41 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-14 20:45:41 +0200 |
commit | e87bc5e654b2e23a036a825a9e48e6333920e003 (patch) | |
tree | 074e01c496449dedba30e2b7e7e1a7bbb751e742 /README.md | |
parent | 1f5c89d908268a0c11a6c49566c2efad4a069860 (diff) |
Added new values to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ This project is somewhat of a coding playground for me. It doesn't have any usef - EXT2 filesystem - Minimal GUI - Fast boot time (< 1s) -- Small size (~12KiB) -- Compiles with `-Wall -Wextra -pedantic-errors -std=c99 -Os` +- Small size (< 100KiB) +- Compiles with `-Wall -Wextra -pedantic-errors -std=c99 -Ofast` ## Build/Test |