Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Improve build: add <unistd.h> and use -O2 instead of -O3
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index cd299f850679b2456e360d3aa6a2d529855ba7a5..a244b27ac61489b7d7fa4246e82479897d3bb886 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,7
+7,7
@@
# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
# break unless your underlying filesystem supports those sub-second times
# (my ext3 doesn't).
-CFLAGS=-g -O
3
-Wall
+CFLAGS=-g -O
2
-Wall
CC=gcc
AR=ar