Compile using clang

This commit is contained in:
neingeist 2014-02-14 21:35:28 +01:00
parent 28ea4871dc
commit bdf2e7feca

View file

@ -1,4 +1,5 @@
CFLAGS=-std=c99 -Wextra -pedantic -g -O2 CFLAGS=-std=c99 -Wextra -pedantic -g -O2
CC=clang
CFLAGS=-std=c99 -Wextra -pedantic -g -O0 CFLAGS=-std=c99 -Wextra -pedantic -g -O0