diff options
| author | Roy Marples <roy@marples.name> | 2008-07-23 17:06:42 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-07-23 17:06:42 +0000 |
| commit | b8b4be9a39e91342c91e493ce2e08c00d0177aa8 (patch) | |
| tree | ee2ad95243ab6b0c06485c227cd72ef96762936f /README | |
| parent | 482f13c723f9353308e869d006771c717e440cd9 (diff) | |
| download | dhcpcd-b8b4be9a39e91342c91e493ce2e08c00d0177aa8.tar.xz | |
Remove #ifdefs to disable specific bits of code. We now build everything - we're small enough :)
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -15,10 +15,6 @@ If you're cross compiling you may need to set the below knobs to avoid automatic tests. OS=BSD | Linux -If size is your thing, you can remove all non-essential userland options -by adding -DMINIMAL to your CPPFLAGS. This currently shaves off around 6k. -You can save a futher 600 bytes or so by using the small make target. - If you're building for a NOMMU system where fork() does not work, you should add -DTHERE_IS_NO_FORK to your CPPFLAGS. |
