Move the latexmk timing command into a configurable latexmkCommandPrefix.

By default, no timing information will be taken.
On Linux with GNU user land, this value should be configured to `["/usr/bin/time", "-v"]`.
On Mac, gnu-time should be installed and configured to `["/usr/local/bin/gtime", "-v"]`.
This commit is contained in:
Shane Kilkelly
2016-06-17 14:38:08 +01:00
parent 0b8435e358
commit e4ffc94de8
2 changed files with 6 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ module.exports =
# modem:
# socketPath: false
# user: "tex"
# latexmkCommandPrefix: []
# # latexmkCommandPrefix: ["/usr/bin/time", "-v"] # on Linux
# # latexmkCommandPrefix: ["/usr/local/bin/gtime", "-v"] # on Mac OSX, installed with `brew install gnu-time`
internal:
clsi: