commit dad9578655af92b3405d4f09891847da4c208f92 Author: Tom Ritter tom@ritter.vg Date: Thu Jul 12 13:44:31 2018 -0500
Bug 26773: Add --verbose to the ./mach build flag for firefox for better debugging via log files.
Does not affect the console output, will use more disk space in log files. --- projects/firefox/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/firefox/build b/projects/firefox/build index 1921f53..da1e71b 100644 --- a/projects/firefox/build +++ b/projects/firefox/build @@ -142,7 +142,7 @@ rm -f configure rm -f js/src/configure
./mach configure --with-tor-browser-version=[% c("var/torbrowser_version") %] --with-distribution-id=org.torproject --enable-update-channel=[% c("var/torbrowser_update_channel") %] --enable-bundled-fonts -./mach build +./mach build --verbose ./mach build stage-package
[% IF c("var/osx") %]
tbb-commits@lists.torproject.org