birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 694fbc0ac8e303c9e8fb8514593e1e1c355dc3e6
parent 0fae217a0508a61baa6d5302253aa82183ae899b
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Wed, 20 Mar 2024 21:55:26 -0400

change '$CC' compiler variable in config.mk to gcc, for speed of compiled binary

Diffstat:
Mconfig.mk | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -36,7 +36,8 @@ LDFLAGS = ${LIBS} #LDFLAGS = ${LIBS} # compiler and linker -CC = cc +# even tho gcc kinda sucks, it has the best speeds for the binary +CC = gcc #TCCCHECK = $(shell which tcc) #ifeq ($(TCCCHECK), $(shell false)) # CC = cc