Tee all the time

This commit is contained in:
Benson Chu 2024-11-20 14:43:47 -06:00
parent 5cc0f08fb4
commit 99dce0a880

View file

@ -34,7 +34,7 @@
(defvar llvm-core-count 8)
(defun lls/ninja-build-tools (build-dir tools-list &optional verbose)
(format "ninja -C %s -j %d %s %s"
(format "ninja -C %s -j %d %s %s 2>&1 | tee ninja.log"
build-dir llvm-core-count
(if verbose "-v" "")
(string-join tools-list " ")))