From 673608158135279ed106511c34a95ed1047da342 Mon Sep 17 00:00:00 2001 From: Rafal Wojtczuk Date: Fri, 10 Sep 2010 11:38:06 +0200 Subject: [PATCH] Compile meminfo-writer with -O3 --- common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile b/common/Makefile index 0bef1ae7..85888a90 100644 --- a/common/Makefile +++ b/common/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -g +CFLAGS=-Wall -g -O3 all: meminfo-writer meminfo-writer: meminfo-writer.o $(CC) -g -o meminfo-writer meminfo-writer.o -lxenstore