1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
Ryan Dahl 2019-04-07 22:28:28 -04:00 committed by GitHub
parent 3452a10840
commit 4232c89c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,7 +209,10 @@ template("rust_crate") {
args += [ "-g" ]
}
if (is_official_build) {
args += [ "-O" ]
args += [
"-C",
"opt-level=3",
]
}
if (is_test) {
args += [ "--test" ]