Skip to content

Instantly share code, notes, and snippets.

@ncopa
Created October 27, 2015 10:44
Show Gist options
  • Save ncopa/1b4f8173cc09f8542a19 to your computer and use it in GitHub Desktop.
Save ncopa/1b4f8173cc09f8542a19 to your computer and use it in GitHub Desktop.
# with -DHAVE_PRINTF_M
ncdev-edge-x86_64:~/aports/main/dhcpcd/src/dhcpcd-6.9.3$ size dhcpcd
text data bss dec hex filename
238013 8176 256 246445 3c2ad dhcpcd
ncdev-edge-x86_64:~/aports/main/dhcpcd/src/dhcpcd-6.9.3$ strip dhcpcd
ncdev-edge-x86_64:~/aports/main/dhcpcd/src/dhcpcd-6.9.3$ size dhcpcd
text data bss dec hex filename
238013 8176 256 246445 3c2ad dhcpcd
# without -DHAVE_PRINTF_M
ncdev-edge-x86_64:~/aports/main/dhcpcd/src/dhcpcd-6.9.3$ size dhcpcd
text data bss dec hex filename
238284 8184 256 246724 3c3c4 dhcpcd
ncdev-edge-x86_64:~/aports/main/dhcpcd/src/dhcpcd-6.9.3$ strip dhcpcd
ncdev-edge-x86_64:~/aports/main/dhcpcd/src/dhcpcd-6.9.3$ size dhcpcd
text data bss dec hex filename
238284 8184 256 246724 3c3c4 dhcpcd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment