author | Junio C Hamano <gitster@pobox.com> | |
Sun, 12 Sep 2010 20:53:03 +0000 (13:53 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 12 Sep 2010 20:53:03 +0000 (13:53 -0700) |
* maint:
t3101: modernise style
compat/nedmalloc: don't force NDEBUG on the rest of git
Conflicts:
Makefile
t3101: modernise style
compat/nedmalloc: don't force NDEBUG on the rest of git
Conflicts:
Makefile
1 | 2 | |||
---|---|---|---|---|
Makefile | patch | | diff1 | | diff2 | | blob | history |
diff --cc Makefile
index c27e8bcc37575e5748649c15d121ec9d5401d884,38d3bf28595ff297d88260ebb535c35a21d0e22b..b7a62cfdf2ca4f05e47d69332976adabb73583e9
+++ b/Makefile
http-walker.s http-walker.o: EXTRA_CPPFLAGS = -DNO_EXPAT
endif
+ifdef NO_REGEX
+compat/regex/regex.o: EXTRA_CPPFLAGS = -DGAWK -DNO_MBSUPPORT
+endif
+
+ ifdef USE_NED_ALLOCATOR
+ compat/nedmalloc/nedmalloc.o: EXTRA_CPPFLAGS = \
+ -DNDEBUG -DOVERRIDE_STRDUP -DREPLACE_SYSTEM_ALLOCATOR
+ endif
+
git-%$X: %.o $(GITLIBS)
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(LIBS)