shadowm

Untitled

May 4th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. OPT='-O3 -g0 -ftracer -fweb -mtune=native -march=native -DNO_UPLOAD_STATS'
  4. #OPT='-O3 -march=x86-64 -mcpu=corei7-avx -v -g0 -DNO_UPLOAD_STATS -Qunused-arguments -Wno-logical-op-parentheses -pipe -Wno-error'
  5.  
  6. make clean
  7.  
  8. #make CXXFLAGS="$OPT" CC="ccache gcc" CXX="ccache g++" $*
  9. #make CC="ccache gcc" CXX="ccache g++" $*
  10. #make CC="ccache clang" CXX="ccache clang" CXXFLAGS="$OPT" $*
  11.  
  12. #make CXX=clang CXXFLAGS="$OPT" $*
  13.  
  14. make CXXFLAGS="$OPT" $*
Advertisement
Add Comment
Please, Sign In to add comment