Skip to content

Instantly share code, notes, and snippets.

@domargan
Created February 20, 2017 14:48
Show Gist options
  • Save domargan/49d3f0d965a0a728174a4437f0d6e1e5 to your computer and use it in GitHub Desktop.
Save domargan/49d3f0d965a0a728174a4437f0d6e1e5 to your computer and use it in GitHub Desktop.
Proper g++ compile
#/bin/sh
g++ -ansi -pedantic-errors -Wall $1 $2 $3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment