1
0
Fork 1
mirror of https://codeberg.org/dwl/dwl.git synced 2025-03-14 11:23:15 -07:00

default CC to gcc

posix c99 does not accept `-pedantic`

Fixes: https://codeberg.org/dwl/dwl/issues/584
This commit is contained in:
Leonardo Hernández Hernández 2024-06-20 18:38:59 -06:00
parent 784b047b38
commit 92d1c286b8
No known key found for this signature in database
GPG key ID: E538897EE11B9624

View file

@ -13,3 +13,5 @@ XLIBS =
# Uncomment to build XWayland support
#XWAYLAND = -DXWAYLAND
#XLIBS = xcb xcb-icccm
CC = gcc