Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Last active January 2, 2016 16:49
Show Gist options
  • Select an option

  • Save vittorioromeo/8333048 to your computer and use it in GitHub Desktop.

Select an option

Save vittorioromeo/8333048 to your computer and use it in GitHub Desktop.
#!/bin/bash
clang++ "$@" -Wall -Wextra -Wpedantic -Wshadow -Wheader-hygiene -Wcast-align -Wconversion \
-Wmissing-declarations -Wunreachable-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment