Skip to content

Commit

Permalink
use 8 instead
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <i@bugenzhao.com>
  • Loading branch information
BugenZhao committed Nov 12, 2024
1 parent 6605276 commit db54bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/risingwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def install

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

0 comments on commit db54bae

Please sign in to comment.