Skip to content

Instantly share code, notes, and snippets.

@noelje
Created September 11, 2020 06:00
Show Gist options
  • Save noelje/729e4d7a8f35e8899729890e8a9834fe to your computer and use it in GitHub Desktop.
Save noelje/729e4d7a8f35e8899729890e8a9834fe to your computer and use it in GitHub Desktop.
error checking bash command for c compiling
gcc -std=gnu99 -Wall -Werror filename.c -o output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment