diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-06-20 18:38:59 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-06-20 18:42:00 -0600 |
commit | 92d1c286b8041bcdf5c335a63f5c060460e2a0e0 (patch) | |
tree | b85bd7e4cc3b4feddc40ba2c3cb4d346f371c32b | |
parent | 784b047b3825b0c784de85034e9b215134250e3c (diff) |
default CC to gcc
posix c99 does not accept `-pedantic`
Fixes: https://codeberg.org/dwl/dwl/issues/584
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,3 +13,5 @@ XLIBS = # Uncomment to build XWayland support #XWAYLAND = -DXWAYLAND #XLIBS = xcb xcb-icccm + +CC = gcc |