mirror of
https://github.com/kiedtl/fire.git
synced 2024-11-15 20:46:38 +00:00
makefile: use gcc
This commit is contained in:
parent
fbd77b944b
commit
31692a9f13
2
makefile
2
makefile
@ -10,7 +10,7 @@ WARNING = -Wall -Wextra -pedantic -Wmissing-prototypes \
|
|||||||
|
|
||||||
INC = -Isub/termbox_next/src -Isub/ccommon/
|
INC = -Isub/termbox_next/src -Isub/ccommon/
|
||||||
|
|
||||||
CC = clang
|
CC = gcc
|
||||||
CFLAGS = -std=c99 -O3 $(WARNING) $(INC)
|
CFLAGS = -std=c99 -O3 $(WARNING) $(INC)
|
||||||
LDFLAGS = -fuse-ld=lld
|
LDFLAGS = -fuse-ld=lld
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user