Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Two issues found with -fsanitize=undefined



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