We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ce063 commit 6dbe9feCopy full SHA for 6dbe9fe
build.ps1
@@ -30,7 +30,7 @@ function BuildVariants {
30
if ($currentos -eq "windows") {
31
$outputfile += ".exe"
32
}
33
- garble -seed=random -tiny build -ldflags "$ldflags" -o $outputfile $compileflags $path
+ garble -seed=random -tiny -literals build -ldflags "$ldflags" -o $outputfile $compileflags $path
34
35
if (Get-Command "cyclonedx-gomod" -ErrorAction SilentlyContinue)
36
{
0 commit comments