|
From: | Jed Brown |
Subject: | Re: include has quadratic complexity |
Date: | Sun, 19 May 2013 22:35:38 -0500 |
User-agent: | Notmuch/0.15.2+84~gfa8aadf (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) |
Philip Guenther <address@hidden> writes: > Try telling make that the include files are always up to date: > > $ cat Makefile > all: > > M = $(shell jot $N 1) > ${M}: ; > -include ${M} Excellent, that gets my non-synthetic case down to 100ms. Thanks.
[Prev in Thread] | Current Thread | [Next in Thread] |