Advertisement
Guest User

Untitled

a guest
Dec 8th, 2007
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. CFLAGS='-Os -fomit-frame-pointer -fdata-sections -ffunction-sections' \
  2. LDFLAGS='-Wl,--gc-sections' \
  3. ./configure \
  4. --sysconfdir=/etc \
  5. --localstatedir=/var \
  6. --enable-debug=no \
  7. --disable-modules \
  8. --with-pic \
  9. --with-xinput=yes \
  10. --with-included-loaders=yes \
  11. --with-x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement