aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/build
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/build')
-rw-r--r--pkg/build/starnix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/build/starnix.go b/pkg/build/starnix.go
index a53776c2a..bd7fa0612 100644
--- a/pkg/build/starnix.go
+++ b/pkg/build/starnix.go
@@ -74,6 +74,7 @@ func (st starnix) build(params Params) (ImageDetails, error) {
params.KernelDir,
"scripts/fx", "--dir", buildSubdir,
"set", product,
+ "--debug",
"--assembly-override", fmt.Sprintf("//products/workbench/*=//local:%s", overrideName),
); err != nil {
return ImageDetails{}, err