CSharp: Add 'debug:portable' to v142 flag table for VS

This commit is contained in:
Francois Keith 2021-01-25 11:53:01 +01:00 committed by Brad King
parent 4f9228a300
commit e38997d85a

View File

@ -200,6 +200,13 @@
"value": "pdbonly",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:portable",
"comment": "",
"value": "portable",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize",