Skip to content

Commit

Permalink
The clang compiler was not actually used
Browse files Browse the repository at this point in the history
  • Loading branch information
sago007 committed Feb 17, 2016
1 parent 10212c8 commit f308f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
ifdef CROSS
CC=$(CROSS)gcc
CXX=$(CROSS)g++
LD=$(CROSS)ld
AR=$(CROSS)ar
PKG_CONFIG=$(CROSS)pkg-config
endif

BASE_LIBS=
BASE_CFLAGS=-c -g -O2 -Wall
Expand Down

0 comments on commit f308f41

Please sign in to comment.