Advertisement
Guest User

Untitled

a guest
Dec 8th, 2007
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 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. --with-pic \
  8. --with-x \
  9. --with-included-modules=yes \
  10. --with-dynamic-modules=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement