Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64
Since commit dcda361 removed the use of a variable length array from builtin-pack-objects.c, it is now safe to compile with the threaded delta search feature enabled. Formerly, the MIPSpro 7.4.4m compiler warned that variable length arrays should not be used with pthreads. Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information