Bump to C11
This commit is contained in:
parent
98d4255aee
commit
e875f7566f
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ INCS =
|
||||||
OBJS = compton.o config.o
|
OBJS = compton.o config.o
|
||||||
|
|
||||||
# === Configuration flags ===
|
# === Configuration flags ===
|
||||||
CFG = -std=c99 -D_GNU_SOURCE
|
CFG = -std=c11 -D_GNU_SOURCE
|
||||||
|
|
||||||
# ==== Xinerama ====
|
# ==== Xinerama ====
|
||||||
# Enables support for --xinerama-shadow-crop
|
# Enables support for --xinerama-shadow-crop
|
||||||
|
|
Loading…
Reference in New Issue