Guest User

Untitled

a guest
Oct 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $ gcc test.c `pkg-config --libs --cflags gtk+-2.0` -o test
  2. $ wc -c test
  3. 7900 test
  4. $ gcc test.c `pkg-config --libs --cflags gtk+-2.0` -O -o test
  5. $ wc -c test
  6. 7862 test
Add Comment
Please, Sign In to add comment