Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-02-17 16:22:39 +0300
committerGitHub <noreply@github.com>2020-02-17 16:22:39 +0300
commit3e1f029eb8277bc8816d0100ea6c1013dded4b17 (patch)
tree8f25d416bcacbf6bbd46d72b1de0f14dbcaee083 /sdks
parentf6dfce1aba10041a6d0ac8ae9b28e69c5e3ddb03 (diff)
[wasm] Make cil-strip quiet. (#18881)
Diffstat (limited to 'sdks')
-rw-r--r--sdks/wasm/packager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/wasm/packager.cs b/sdks/wasm/packager.cs
index 4fba3fabf9f..31bf40500f3 100644
--- a/sdks/wasm/packager.cs
+++ b/sdks/wasm/packager.cs
@@ -894,7 +894,7 @@ class Driver {
ninja.WriteLine ("rule gen-pinvoke-table");
ninja.WriteLine (" command = mono $tools_dir/wasm-tuner.exe --gen-pinvoke-table $pinvoke_libs $in > $out");
ninja.WriteLine ("rule ilstrip");
- ninja.WriteLine (" command = cp $in $out; mono $tools_dir/mono-cil-strip.exe $out");
+ ninja.WriteLine (" command = cp $in $out; mono $tools_dir/mono-cil-strip.exe -q $out");
ninja.WriteLine (" description = [IL-STRIP]");
// Targets