Advertisement
nex036ara

skript

Mar 7th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. YIELD=_GLIBCXX_USE_SCHED_YIELD
  4. SLEEP=_GLIBCXX_USE_NANOSLEEP
  5.  
  6. PREFIX=/usr
  7. ${PREFIX}/bin/g++ -std=c++0x -pthread -D${YIELD} -D${SLEEP} $*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement