]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
d/control: bump version dependency of libpve-guest-common-perl
[qemu-server.git] / Makefile
index 423ae0ae2807260884cad6d1ff0ea171c8ef8cee..369e66077bf360de86149aa47876a89ff5eb3262 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=40
+PKGREL=46
 
-CFLAGS=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
+CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
 JSON_CFLAGS=$(shell pkg-config --cflags json-c)
 JSON_LIBS=$(shell pkg-config --libs json-c)