summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.Xamlc/Xamlc.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.Xamlc/Xamlc.cs')
-rw-r--r--Xamarin.Forms.Xaml.Xamlc/Xamlc.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/Xamarin.Forms.Xaml.Xamlc/Xamlc.cs b/Xamarin.Forms.Xaml.Xamlc/Xamlc.cs
index ec99b71a..77301b04 100644
--- a/Xamarin.Forms.Xaml.Xamlc/Xamlc.cs
+++ b/Xamarin.Forms.Xaml.Xamlc/Xamlc.cs
@@ -62,9 +62,11 @@ namespace Xamarin.Forms.Xaml
KeepXamlResources = keep,
OptimizeIL = optimize,
DependencyPaths = paths,
- ReferencePath = refs
+ ReferencePath = refs,
+ DebugSymbols = true,
};
- xamlc.Execute(null);
+ IList<Exception> _;
+ xamlc.Execute(out _);
}
static void ShowHelp(OptionSet ops)