debug and verbose output enabled while bootstrapping

This commit is contained in:
Achim Gsell
2020-11-30 16:48:09 +01:00
parent 5758bb4e63
commit bb408e419b
+2
View File
@@ -280,6 +280,8 @@ pmodules::compile() {
"--config=${config_file}" \
"--enable-cleanup" \
"--force-rebuild" \
"--debug" \
"--verbose" \
"${BOOTSTRAP_DIR}/Tools/${name}/build" \
"${build_opts[@]}" "$@" "${version}" || \
std::die 3 "Compiling '${name}' failed!"