Skip to content

Instantly share code, notes, and snippets.

@Seich
Created June 15, 2012 01:24
Show Gist options
  • Save Seich/2934088 to your computer and use it in GitHub Desktop.
Save Seich/2934088 to your computer and use it in GitHub Desktop.
C++ 11 compile line for makefiles.
c11:
g++-4.6 -W -Wall -Wextra -pedantic -std=c++0x *.cc *.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment