commit a9a1ff6064a439d5c5e3f9e17aca25adde0b895d parent f65b9abe990e0208f527fe86a00f01471b2fe080 Author: kocotian <kocotian@kocotian.pl> Date: Sun, 21 Mar 2021 15:04:06 +0100 gcc as cc from now Diffstat:
M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -13,4 +13,4 @@ LDFLAGS = -Ofast -static CCFLAGS = ${CFLAGS} ${CPPFLAGS} # compiler -CC = cc +CC = gcc