Skip to content

Commit 6dbe9fe

Browse files
committed
Also literals
1 parent a7ce063 commit 6dbe9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function BuildVariants {
3030
if ($currentos -eq "windows") {
3131
$outputfile += ".exe"
3232
}
33-
garble -seed=random -tiny build -ldflags "$ldflags" -o $outputfile $compileflags $path
33+
garble -seed=random -tiny -literals build -ldflags "$ldflags" -o $outputfile $compileflags $path
3434

3535
if (Get-Command "cyclonedx-gomod" -ErrorAction SilentlyContinue)
3636
{

0 commit comments

Comments
 (0)