Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Created August 31, 2013 15:16
Show Gist options
  • Save vittorioromeo/6398852 to your computer and use it in GitHub Desktop.
Save vittorioromeo/6398852 to your computer and use it in GitHub Desktop.
/usr/bin/c++
#!/bin/bash
#g++ "$@"
clang++ -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wcomment -Wchar-subscripts -Wenum-compare -Wformat -Wimplicit -Wimport -Winline -Wlarger-than- -Wmissing-declarations -Wnested-externs -Woverloaded-virtual -Wparentheses -Wpointer-arith -Wredundant-decls -Wreorder -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wsynth -Wtypename-missing -Wuninitialized -Wunused -Wwrite-strings "$@" #-fsanitize=address -g -O0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment