mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 11:16:30 +00:00
default CC to gcc
posix c99 does not accept `-pedantic` Fixes: https://codeberg.org/dwl/dwl/issues/584
This commit is contained in:
parent
784b047b38
commit
92d1c286b8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue