aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarvin Borner2020-09-14 20:45:41 +0200
committerMarvin Borner2020-09-14 20:45:41 +0200
commite87bc5e654b2e23a036a825a9e48e6333920e003 (patch)
tree074e01c496449dedba30e2b7e7e1a7bbb751e742 /README.md
parent1f5c89d908268a0c11a6c49566c2efad4a069860 (diff)
Added new values to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2773758..b67122d 100644
--- a/README.md
+++ b/README.md
@@ -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