Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- OPT='-O3 -g0 -ftracer -fweb -mtune=native -march=native -DNO_UPLOAD_STATS'
- #OPT='-O3 -march=x86-64 -mcpu=corei7-avx -v -g0 -DNO_UPLOAD_STATS -Qunused-arguments -Wno-logical-op-parentheses -pipe -Wno-error'
- make clean
- #make CXXFLAGS="$OPT" CC="ccache gcc" CXX="ccache g++" $*
- #make CC="ccache gcc" CXX="ccache g++" $*
- #make CC="ccache clang" CXX="ccache clang" CXXFLAGS="$OPT" $*
- #make CXX=clang CXXFLAGS="$OPT" $*
- make CXXFLAGS="$OPT" $*
Advertisement
Add Comment
Please, Sign In to add comment