]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Improve build: add <unistd.h> and use -O2 instead of -O3
[thirdparty/git.git] / 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 -O3 -Wall
+CFLAGS=-g -O2 -Wall
 
 CC=gcc
 AR=ar