shadowm

Untitled

Jun 30th, 2011
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. OPT='-O3 -fno-inline-functions -floop-block -ftracer -fweb -mtune=native -march=native -DNO_UPLOAD_STATS'
  4.  
  5. echo make clean
  6. make clean
  7.  
  8. echo make $*
  9. make OPT="$OPT" $*
Advertisement
Add Comment
Please, Sign In to add comment