Skip to main content
Module

x/deno/.cargo/config

A modern runtime for JavaScript and TypeScript.
Go to Latest
File
[target.x86_64-pc-windows-msvc]rustflags = ["-C", "target-feature=+crt-static"]
[target.'cfg(all(windows, debug_assertions))']rustflags = [ "-C", "target-feature=+crt-static", "-C", # double the stack size to prevent swc overflowing the stack in debug "link-arg=/STACK:2097152",]
[target.aarch64-apple-darwin]rustflags = ["-C", "link-arg=-fuse-ld=lld"]