Add -Wextra -Werror to all C compile flags
This commit is contained in:
parent
aa0fda1984
commit
2b95581928
@ -1,4 +1,4 @@
|
||||
CC=gcc
|
||||
CFLAGS=-g -I. -Wall -fPIC -pie
|
||||
CFLAGS=-g -I. -Wall -Wextra -Werror -fPIC -pie
|
||||
qfile-dom0-unpacker: qfile-dom0-unpacker.o
|
||||
$(CC) -pie -g -o $@ $^ -lqubes-rpc-filecopy
|
||||
|
@ -1,5 +1,5 @@
|
||||
CC=gcc
|
||||
CFLAGS+=-I. -g -Wall -pie -fPIC
|
||||
CFLAGS+=-I. -g -Wall -Wextra -Werror -pie -fPIC
|
||||
XENLIBS=-lvchan -lxenstore -lxenctrl
|
||||
LIBS=$(XENLIBS) -lqrexec-utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user