X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=369e66077bf360de86149aa47876a89ff5eb3262;hb=1d682951721ae83399399ff54888964e631e6297;hp=f6cfb288c7f925150a0284e5515d436c5029b761;hpb=01557677b1000f9ee9ef71673f27e6d09d4525d8;p=qemu-server.git diff --git a/Makefile b/Makefile index f6cfb28..369e660 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=40 +PKGREL=46 CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11 JSON_CFLAGS=$(shell pkg-config --cflags json-c)