Skip to content

Commit 25841e0

Browse files
committed
use 8 instead
Closes #45. Signed-off-by: Bugen Zhao <[email protected]>
1 parent 6605276 commit 25841e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/risingwave.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def install
9999

100100
[profile.production]
101101
inherits = "release"
102-
+codegen-units = 1 # mitigate "argument list too long" error when linking
102+
+codegen-units = 8 # mitigate "argument list too long" error when linking
103103
incremental = false
104104
lto = "thin"
105105

0 commit comments

Comments
 (0)