chore(build): limit max compile cpu cores to 5
This commit is contained in:
parent
3e6717904a
commit
0a5b0fceff
@ -260,7 +260,7 @@ ghc-options:
|
|||||||
- -fno-warn-unrecognised-pragmas
|
- -fno-warn-unrecognised-pragmas
|
||||||
- -fno-warn-partial-type-signatures
|
- -fno-warn-partial-type-signatures
|
||||||
- -fno-max-relevant-binds
|
- -fno-max-relevant-binds
|
||||||
- -j
|
- -j5
|
||||||
- -freduction-depth=0
|
- -freduction-depth=0
|
||||||
- -fprof-auto-calls
|
- -fprof-auto-calls
|
||||||
- -g
|
- -g
|
||||||
|
|||||||
Reference in New Issue
Block a user