dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 92d1c286b8041bcdf5c335a63f5c060460e2a0e0
parent 784b047b3825b0c784de85034e9b215134250e3c
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Thu, 20 Jun 2024 18:38:59 -0600

default CC to gcc

posix c99 does not accept `-pedantic`

Fixes: https://codeberg.org/dwl/dwl/issues/584

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

diff --git a/config.mk b/config.mk @@ -13,3 +13,5 @@ XLIBS = # Uncomment to build XWayland support #XWAYLAND = -DXWAYLAND #XLIBS = xcb xcb-icccm + +CC = gcc