mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
compile with -D_GNU_SOURCE to get all relevant prototypes
This commit is contained in:
parent
601779351c
commit
3bf492d2e9
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ OBJS= calmwm.o screen.o xmalloc.o client.o menu.o \
|
|||||||
|
|
||||||
CPPFLAGS+= `pkg-config --cflags fontconfig x11 xft xinerama xrandr`
|
CPPFLAGS+= `pkg-config --cflags fontconfig x11 xft xinerama xrandr`
|
||||||
|
|
||||||
CFLAGS= -Wall -O2 -g
|
CFLAGS= -Wall -O2 -g -D_GNU_SOURCE
|
||||||
|
|
||||||
LDFLAGS+= `pkg-config --libs fontconfig x11 xft xinerama xrandr`
|
LDFLAGS+= `pkg-config --libs fontconfig x11 xft xinerama xrandr`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user