Skip to content

Commit

Permalink
[Debugger] Disable symbol and misc file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jul 12, 2023
1 parent 9c9ca73 commit 65eda6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Libs/FShade.Debug/Compiler.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65eda6b

Please sign in to comment.