Skip to content

Instantly share code, notes, and snippets.

@rdbuf
Created January 16, 2020 20:25
Show Gist options
  • Save rdbuf/b38aa38d5fcf31486b910b058ed756c3 to your computer and use it in GitHub Desktop.
Save rdbuf/b38aa38d5fcf31486b910b058ed756c3 to your computer and use it in GitHub Desktop.
compiler command line for contests
#!/bin/bash
clang++ -fsanitize=address -fsanitize=undefined -g -std=c++17 "$1" -o "${1%.*}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment