default CC to gcc posix c99 does not accept `-pedantic` Fixes: https://codeberg.org/dwl/dwl/issues/584
1 files changed, 2 insertions(+), 0 deletions(-) M config.mk
M config.mk => config.mk +2 -0
@@ 13,3 13,5 @@ XLIBS = # Uncomment to build XWayland support #XWAYLAND = -DXWAYLAND #XLIBS = xcb xcb-icccm + +CC = gcc