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 # Uncomment to build XWayland support
#XWAYLAND = -DXWAYLAND #XWAYLAND = -DXWAYLAND
#XLIBS = xcb xcb-icccm #XLIBS = xcb xcb-icccm
CC = gcc