Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Two issues found with -fsanitize=undefined
- X-seq: zsh-workers 36550
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx, Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
- Subject: Re: Two issues found with -fsanitize=undefined
- Date: Thu, 17 Sep 2015 10:41:18 -0700
- In-reply-to: <20150917172433.GA431@x4>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150917075759.GA24365@x4> <150917101633.ZM10051@torch.brasslantern.com> <20150917172433.GA431@x4>
On Sep 17, 7:24pm, Markus Trippelsdorf wrote:
}
} BTW why isn't the make -j option passed on?
} e.g. "make -j4" still builds single threaded.
The zsh build depends on rebuilding some of its own Makefiles on the
fly. This means there's no safe way to parallelize some significant
parts of it, and it's easier to just discard those options than to
work out where it's safe to apply them.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author