Advertisement
QinghaoHu

g++ sublime

Jun 28th, 2024 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "encoding": "utf-8",
  3. "working_dir": "$file_path",
  4. "shell_cmd": "g++ -Wall -Wextra -O2 -Wfatal-errors \"${file}\" -o \"${file_path}/${file_base_name}\" && xterm -e bash -c \"'${file_path}/${file_base_name}'; read -p '\nPress any key to continue...'\"",
  5. "selector": "source.cpp, source.cc",
  6. }
  7. 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement