mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
config/options: make VERBOSE usable from promt
This commit is contained in:
parent
211a5c29b9
commit
3bcd1b67d9
@ -82,7 +82,7 @@ fi
|
|||||||
[ -z "${LOCAL_CXX}" ] && export LOCAL_CXX="$(which g++)"
|
[ -z "${LOCAL_CXX}" ] && export LOCAL_CXX="$(which g++)"
|
||||||
|
|
||||||
# verbose compilation mode (yes/no)
|
# verbose compilation mode (yes/no)
|
||||||
VERBOSE="yes"
|
VERBOSE="${VERBOSE:-yes}"
|
||||||
|
|
||||||
# Concurrency make level (-j option)
|
# Concurrency make level (-j option)
|
||||||
# Try value 1 (default) to 4 on single CPU computer, or more on
|
# Try value 1 (default) to 4 on single CPU computer, or more on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user