diff options
author | Rob Landley <rob@landley.net> | 2006-06-22 22:05:00 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-22 22:05:00 +0000 |
commit | 1fa4a9448b4909fb6baf9953c14760f588b680bc (patch) | |
tree | 8826d70851922a008a0412609d3652d4828a7c8a /TODO | |
parent | 67d49433930b2e2e9b5af54ebaca072a7b1b4eaa (diff) | |
download | busybox-w32-1fa4a9448b4909fb6baf9953c14760f588b680bc.tar.gz busybox-w32-1fa4a9448b4909fb6baf9953c14760f588b680bc.tar.bz2 busybox-w32-1fa4a9448b4909fb6baf9953c14760f588b680bc.zip |
Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ Memory Allocation | |||
179 | allocation on the stack or the heap. Unfortunately, we're not using it much. | 179 | allocation on the stack or the heap. Unfortunately, we're not using it much. |
180 | We need to audit our memory allocations and turn a lot of malloc/free calls | 180 | We need to audit our memory allocations and turn a lot of malloc/free calls |
181 | into RESERVE_CONFIG_BUFFER/RELEASE_CONFIG_BUFFER. | 181 | into RESERVE_CONFIG_BUFFER/RELEASE_CONFIG_BUFFER. |
182 | For a start, see e.g. make CFLAGS_EXTRA=-Wlarger-than-64 | 182 | For a start, see e.g. make EXTRA_CFLAGS=-Wlarger-than-64 |
183 | 183 | ||
184 | And while we're at it, many of the CONFIG_FEATURE_CLEAN_UP #ifdefs will be | 184 | And while we're at it, many of the CONFIG_FEATURE_CLEAN_UP #ifdefs will be |
185 | optimized out by the compiler in the stack allocation case (since there's no | 185 | optimized out by the compiler in the stack allocation case (since there's no |