summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-02 12:38:09 +0100
committerskal <pascal.massimino@gmail.com>2026-02-02 12:38:09 +0100
commita5d97fc769aea3242ae91308d09b4311f21e7666 (patch)
treeb0c309d9ebb959afb0c8264de30e24708164c66e /TODO.md
parent117b3bfc891f29249d9fb4b11489f429841c0bd9 (diff)
docs: Deprioritize Linux cross-compilation (Task #4a)
- Moved Task #4a from TODO.md (Next Up) to PROJECT_CONTEXT.md (Future Optimizations). - This reflects its current status as a lower-priority, long-term goal.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 2df372b..41d3982 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@ This file tracks the next set of immediate, actionable tasks for the project.
## Next Up
-- **Task #4: Finalize Build System**
- - [ ] 4a. Implement Linux cross-compilation from macOS.
- **Task #8: Implement Final Build Stripping**
- [ ] Define and document a consistent set of rules for code stripping under the `STRIP_ALL` macro.
- [ ] Example sub-tasks: remove unused functions, strip debug fields from structs, simplify code paths where possible.