mirror of
https://github.com/git/git.git
synced 2026-04-12 01:40:10 +02:00
Improve build: add <unistd.h> and use -O2 instead of -O3
(Nobody should use -O3. It just makes bad inlining decisions).
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user