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:
parent
ca9be05421
commit
2dee060968
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
|
||||
|
Loading…
Reference in New Issue
Block a user