Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak
This commit is contained in:
parent
67d4943393
commit
1fa4a9448b
4 changed files with 3 additions and 32 deletions
2
TODO
2
TODO
|
@ -179,7 +179,7 @@ Memory Allocation
|
|||
allocation on the stack or the heap. Unfortunately, we're not using it much.
|
||||
We need to audit our memory allocations and turn a lot of malloc/free calls
|
||||
into RESERVE_CONFIG_BUFFER/RELEASE_CONFIG_BUFFER.
|
||||
For a start, see e.g. make CFLAGS_EXTRA=-Wlarger-than-64
|
||||
For a start, see e.g. make EXTRA_CFLAGS=-Wlarger-than-64
|
||||
|
||||
And while we're at it, many of the CONFIG_FEATURE_CLEAN_UP #ifdefs will be
|
||||
optimized out by the compiler in the stack allocation case (since there's no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue