aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba1c6a736..bfdaf762a 100644
--- a/Makefile
+++ b/Makefile
@@ -50,9 +50,10 @@
# Define USE_STDEV below if you want git to care about the underlying device
# change being considered an inode change from the update-cache perspective.
-GIT_VERSION = 0.99.9e
+GIT_VERSION = 0.99.9f
# CFLAGS is for the users to override from the command line.
+
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS)