Skip to content

Commit

Permalink
Switch from gcc to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Mar 15, 2017
1 parent a717eb1 commit 5726c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NODOTABIVER= 51
# removing the '#' in front of them. Make sure you force a full recompile
# with "make clean", followed by "make" if you change any options.
#
DEFAULT_CC = gcc
DEFAULT_CC = clang
#
# LuaJIT builds as a native 32 or 64 bit binary by default.
CC= $(DEFAULT_CC)
Expand Down

0 comments on commit 5726c88

Please sign in to comment.