From 9251891916bef98a602a2f8046423e8d6db45ddd Mon Sep 17 00:00:00 2001 From: huntedbytheirs Date: Sun, 30 Aug 2026 14:52:25 -0400 Subject: [PATCH] change to size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f679fb..60ea752 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ include/ Your headers. Headers do not mix with implementations. src/ Said implementations. Makefile Or configure.ac + Makefile.am (autogen.sh is required for autotools). bin/{release,debug} Debugging should be in the workflow. Nothing is bug free. Release is - ALWAYS -O2 or -O1, unless you give a damn good reason why it isn't. + ALWAYS -Os (or z) or -O1, unless you give a damn good reason why it isn't. Examples include: compiler bugs, breaking optimizations. benchmarks/ You MUST benchmark your software. If it isn't memory-lean, it's not going in Null Linux. Benchmarks can be done any way, but should have