From 65eda6bd5c0c2393f8b33cb9f8a704d960e42430 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 12 Jul 2023 09:59:07 +0200 Subject: [PATCH] [Debugger] Disable symbol and misc file generation --- src/Libs/FShade.Debug/Compiler.fs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Libs/FShade.Debug/Compiler.fs b/src/Libs/FShade.Debug/Compiler.fs index bd46b87..5e2f8a0 100644 --- a/src/Libs/FShade.Debug/Compiler.fs +++ b/src/Libs/FShade.Debug/Compiler.fs @@ -108,6 +108,10 @@ module internal Compiler = "--no-dependencies" "--no-restore" "--no-self-contained" + "--property:DebugSymbols=false" + "--property:DebugType=None" + "--property:SatelliteResourceLanguages=en" + "--property:GenerateDocumentationFile=false" ] match buildResult with