Skip to main content
Module

x/deno/Cargo.toml

A modern runtime for JavaScript and TypeScript.
Go to Latest
File
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
[workspace]members = [ "cli", "core", "test_plugin", "test_util", "op_crates/fetch", "op_crates/web",]exclude = [ "std/hash/_wasm"]

[profile.release]codegen-units = 1lto = trueopt-level = 'z' # Optimize for size
[profile.bench]codegen-units = 1lto = trueopt-level = 'z' # Optimize for size