Skip to content

Commit

Permalink
change CC back to gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Feb 25, 2013
1 parent 29e41b5 commit 570e082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CC= clang
CC= gcc
CFLAGS= -g -Wall -O2
CXXFLAGS= $(CFLAGS)
AR= ar
Expand Down

0 comments on commit 570e082

Please sign in to comment.