diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-15 16:34:54 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-15 16:34:54 +0000 |
commit | a6c674b94b4d2c6732a58760d9086657d884671b (patch) | |
tree | 140cd30d77342c730afbc1df863bec93c63978a8 /TODO | |
parent | c8ca3c6625e1a3f234c3f0a1ab3142179a3e529f (diff) | |
download | busybox-w32-a6c674b94b4d2c6732a58760d9086657d884671b.tar.gz busybox-w32-a6c674b94b4d2c6732a58760d9086657d884671b.tar.bz2 busybox-w32-a6c674b94b4d2c6732a58760d9086657d884671b.zip |
More documentation updates, and minor fixes to make things sync
up with the docs.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@457 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,6 +30,11 @@ around to it some time. If you have any good ideas, please let me know. | |||
30 | 30 | ||
31 | ----------------------- | 31 | ----------------------- |
32 | 32 | ||
33 | Add a compile option to turn off all the compiled in help | ||
34 | andusage information. Some folks don't need or want it... | ||
35 | |||
36 | ----------------------- | ||
37 | |||
33 | Compile with debugging on, run 'nm --size-sort ./busybox' | 38 | Compile with debugging on, run 'nm --size-sort ./busybox' |
34 | and then start with the biggest things and make them smaller... | 39 | and then start with the biggest things and make them smaller... |
35 | 40 | ||