Guest User

Untitled

a guest
Jul 13th, 2020
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // timeout 5 sec
  2. // cp.sublime-build
  3. {
  4.  
  5. "cmd":["g++ -std=c++17 -D LOCAL=1 -Wshadow -Wall $file_name -o $file_base_name -g -fsanitize=address -fsanitize=undefined -D_GLIBCXX_DEBUG && timeout 5s ./$file_base_name"],
  6.  
  7. "quiet": false ,
  8.  
  9. "shell": true ,
  10.  
  11. "working_dir": "${file_path}",
  12.  
  13. "selector": "source.c++"
  14. }
Add Comment
Please, Sign In to add comment