Do ref matching on the sender side rather than on receiver
[git.git] / Makefile
index 94f5d9e..67a1e1b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,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).
-COPTS=
+COPTS=-O2
 CFLAGS=-g $(COPTS) -Wall
 
 prefix=$(HOME)