aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2009-05-24 11:02:10 +0200
committerroot <root@basil.nowhere.org>2009-05-24 11:18:49 +0200
commitf154d784cef2d5cc02a9117ccc235673c01dce79 (patch)
tree60eb251f22b42e185f5178bb48b2f1e881b7c6dc
parent4047dcbb9f98bfea8064cf95c07cbeb26b40a364 (diff)
downloadmce-inject-f154d784cef2d5cc02a9117ccc235673c01dce79.tar.gz
Use -Os by default for building
Signed-off-by: Andi Kleen <ak@linux.intel.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44a4611..bd96329 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
prefix :=
-CFLAGS := -g -Wall
+CFLAGS := -Os -g -Wall
LDFLAGS += -lpthread
OBJ := mce.tab.o lex.yy.o mce-inject.o util.o