Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shrink code size by 500 bytes by removing unnecessary printf()s #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rofl0r
Copy link

@rofl0r rofl0r commented Jul 5, 2013

No description provided.

@rofl0r
Copy link
Author

rofl0r commented Jul 5, 2013

before:

$ size jlibtool
   text    data     bss     dec     hex filename
  27106     856      32   27994    6d5a jlibtool

after

$ size jlibtool
   text    data     bss     dec     hex filename
  26690     856      32   27578    6bba jlibtool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant