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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2017-01-25 23:30:05 +0300
committerDavis Goodin <dagood@microsoft.com>2017-01-25 23:32:47 +0300
commitabc10b15266176066d6ab840a90d63124b0e59d9 (patch)
tree56a6a5c8fd1cb076c4f4cd7db49412be31e60368 /config.json
parent39abc42fb555d68e687e69d5a9c5bc444b01f3be (diff)
Make xplat Release builds strip symbols
Diffstat (limited to 'config.json')
-rw-r--r--config.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.json b/config.json
index cc532563f1..e29f7a586c 100644
--- a/config.json
+++ b/config.json
@@ -174,6 +174,12 @@
"values": [],
"defaultValue": ""
},
+ "StripSymbolsAdditionalArg": {
+ "description": "Pass additional argument to native build to configure symbol stripping.",
+ "valueType": "passThrough",
+ "values": [],
+ "defaultValue": ""
+ },
"Project": {
"description": "Project where the commands are going to be applied.",
"valueType": "passThrough",
@@ -245,6 +251,10 @@
"RuntimeOS":"linux"
}
},
+ "stripSymbols": {
+ "description": "No-op. Added so that stripSymbols can be passed to build.sh without breaking build-managed.sh.",
+ "settings": { }
+ },
"tests": {
"description": "Builds the tests that are in the repository, doesn't restore packages.",
"settings": {
@@ -362,6 +372,12 @@
"settings": {
"AdditionalArgs": "portableLinux"
}
+ },
+ "stripSymbols": {
+ "description": "Strip native symbols.",
+ "settings": {
+ "StripSymbolsAdditionalArg": "stripSymbols"
+ }
}
},
"defaultValues": {