aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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