Don't expect human interaction in build
If the build fails, we want the error logged to a file, not that the build hangs on a terminal (which may even not exist!)
This commit is contained in:
parent
bc327eed1e
commit
22dee20c9f
@ -1231,7 +1231,7 @@ USE_PDFLATEX = YES
|
||||
# running if errors occur, instead of asking the user for help.
|
||||
# This option is also used when generating formulas in HTML.
|
||||
|
||||
LATEX_BATCHMODE = NO
|
||||
LATEX_BATCHMODE = YES
|
||||
|
||||
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
|
||||
# include the index chapters (such as File Index, Compound Index, etc.)
|
||||
|
Loading…
Reference in New Issue
Block a user