diff options
Diffstat (limited to 'ext/node/polyfills/process.ts')
-rw-r--r-- | ext/node/polyfills/process.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/node/polyfills/process.ts b/ext/node/polyfills/process.ts index de48fea3e..ec8671122 100644 --- a/ext/node/polyfills/process.ts +++ b/ext/node/polyfills/process.ts @@ -408,7 +408,10 @@ Process.prototype.config = { target_defaults: { default_configuration: "Release", }, - variables: {}, + variables: { + llvm_version: "0.0", + enable_lto: "false", + }, }; /** https://nodejs.org/api/process.html#process_process_cwd */ |