use tcc instead of gcc
This commit is contained in:
parent
45530be5e2
commit
c65c39f470
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ LDFLAGS = -s
|
||||||
LDLIBS = -lasound
|
LDLIBS = -lasound
|
||||||
|
|
||||||
# compiler and linker
|
# compiler and linker
|
||||||
CC = cc
|
CC = tcc
|
||||||
|
|
Loading…
Add table
Reference in a new issue