New commits:
commit 2858bb8830f4d93b76fa22bb921b5271c5fcd764
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox: fixed compilation of rust code with system compiler
+# System rustc has no debuginfo
+export RUSTFLAGS="-C debuginfo=0"
+
#
# No fast optimization for Mozilla, bit us so many times...
# This used to default to -O2, but that produces crashing firefox for
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 3e39b88..a0e096c 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,6 @@
2018-01-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 58.0.1, SECURITY_PATCH++, (CVE-2018-5124)
+ * BUILD: disabled debug info for rust code
2018-01-28 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: stylo can be built with system libraries from now on
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2858bb8830f4d93b76fa22bb921b5271c5fcd764),
Pavel Vinogradov, 01/30/2018