summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2010-02-10 23:16:33 +0100
committerSegher Boessenkool <segher@kernel.crashing.org>2010-02-10 23:16:33 +0100
commit75d6178bf07c992956392ee885bc935f768ac3ac (patch)
tree85eb9649795ae89e33114e964a804963329297ae
parentfd65282e10fd55f2e1ccc06553910a815a38e027 (diff)
Build with -O2 by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72ab940..8eba028 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC := gcc
-CFLAGS := -std=gnu99 -Wall -W -Os -g -Wmissing-declarations
+CFLAGS := -std=gnu99 -Wall -W -O2 -g -Wmissing-declarations
LDFLAGS := -g
# Build for what platform?