summaryrefslogtreecommitdiff
path: root/libre/icecat/fix-rustc-armv7h.patch
blob: a083ca505dafd9b3434bb1c1dc65885047e53b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Cargo.toml b/Cargo.toml
index 74658ce..a3455d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,6 +58,7 @@ opt-level = 2
 rpath = false
 debug-assertions = false
 panic = "abort"
+codegen-units = 1
 
 # Optimize build dependencies, because bindgen and proc macros / style
 # compilation take more to run than to build otherwise.