Skip to content
Snippets Groups Projects
Commit b44d49ab authored by Tim 'mithro' Ansell's avatar Tim 'mithro' Ansell Committed by Rusty Russell
Browse files

lguest: disable the FORTIFY for lguest.


Makes all the warnings go away when compiling lguest on Ubuntu on
Intrepid or greater.

Signed-off-by: default avatarTimothy R Ansell <mithro@mithis.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 72410af9
No related branches found
No related tags found
No related merge requests found
# This creates the demonstration utility "lguest" which runs a Linux guest.
CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include
CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE
LDLIBS:=-lz
all: lguest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment