Disable pedantic warnings for now
This commit is contained in:
parent
e281263f52
commit
a3ac9664b7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
INTERFACEDIR:=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
|
||||
CFLAGS=-Wall -Wextra -Wpedantic -Og -ggdb3
|
||||
CFLAGS=-Wall -Wextra -Og -ggdb3
|
||||
LIBS=-lwayland-client -lwayland-egl -lEGL -lOpenGL
|
||||
wayland: wayland.c xdg-shell-protocol.c xdg-shell-client-protocol.h
|
||||
gcc $(CFLAGS) $(LIBS) wayland.c xdg-shell-protocol.c -o wayland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue