From a22e0813ec287174f875fa559c78e816e32606a8 Mon Sep 17 00:00:00 2001 From: imbert Date: Mon, 11 Jan 2010 13:39:10 +0000 Subject: --- xinput_ivy.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xinput_ivy.make b/xinput_ivy.make index 2eeab76..4f45426 100644 --- a/xinput_ivy.make +++ b/xinput_ivy.make @@ -1,3 +1,5 @@ # Beginning of parallelizable section gcc -pipe -O3 -fomit-frame-pointer -c -x c xinput_ivy.c # End of parallelizable section +gcc -pipe -O3 -fomit-frame-pointer -o xinput_ivy xinput_ivy.o -x none -L/usr/X11R6/lib -L/usr/X/lib -lXi -lX11 -livy -lm +strip xinput_ivy \ No newline at end of file -- cgit v1.1