[v2] "Pack" by default in dev

This commit is contained in:
Lea Anthony
2021-09-08 23:52:20 +10:00
parent c46182923c
commit 33e4ec3e80

View File

@@ -375,7 +375,8 @@ func buildApp(logger *clilogger.CLILogger, ldflags string, compilerCommand strin
Logger: logger,
OutputType: "dev",
Mode: build.Dev,
Pack: false,
Arch: runtime.GOARCH,
Pack: true,
Platform: runtime.GOOS,
LDFlags: ldflags,
Compiler: compilerCommand,