qrexec-lib: enable compiler optimization

(cherry picked from commit 015015d940)

Conflicts:
	qrexec-lib/Makefile
This commit is contained in:
Marek Marczykowski-Górecki 2015-03-20 12:17:32 +01:00
parent 0771ddaab3
commit d4b23691f1
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1,5 +1,5 @@
CC=gcc
CFLAGS+=-I. -g -Wall -Wextra -Werror -pie -fPIC
CFLAGS+=-I. -g -O2 -Wall -Wextra -Werror -pie -fPIC
XENLIBS=-lxenctrl -lxenstore -lvchan
COMMONIOALL=ioall.o
SO_VER=1