feat(cli): workaround for Windows i686 ICE in dev mode
This commit is contained in:
parent
af7583dadf
commit
11a5a35485
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ export class BuildCommand extends Command {
|
|||
this.disableWindowsX32Optimize
|
||||
) {
|
||||
Object.assign(additionalEnv, {
|
||||
CARGO_PROFILE_DEBUG_CODEGEN_UNITS: 256,
|
||||
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 256,
|
||||
CARGO_PROFILE_RELEASE_LTO: false,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue