Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- OPT='-O3 -fno-inline-functions -floop-block -ftracer -fweb -mtune=native -march=native -DNO_UPLOAD_STATS'
- echo make clean
- make clean
- echo make $*
- make OPT="$OPT" $*
Advertisement
Add Comment
Please, Sign In to add comment