diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-08 01:25:59 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-08 01:25:59 -0800 |
commit | 5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3 (patch) | |
tree | e4ae4ad79b5560920696f3983c436b6d34ce18b8 /Makefile | |
parent | Merge branch 'master' (diff) | |
parent | git-am: do not lose already edited final-commit when resuming. (diff) | |
download | tgif-5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3.tar.xz |
GIT 0.99.9f
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |