Skip to content

Instantly share code, notes, and snippets.

@jkubicek
Created December 20, 2011 23:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkubicek/1503874 to your computer and use it in GitHub Desktop.
Save jkubicek/1503874 to your computer and use it in GitHub Desktop.
Have CodeRunner use clang for compilation
Open "/Users/<UserName>/Library/Application Support/CodeRunner/Languages/5/compile.sh"
Change this line:
gcc "$1" -o "$compname" -finput-charset=${enc[$2]} -ObjC $3
to
clang "$1" -o "$compname" -finput-charset=${enc[$2]} -ObjC $3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment