mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v2, build] gcflags don't need to be quoted (#1689)
This seemed to work for Go < 1.19 but since 1.19 this gives an error.
This commit is contained in:
@@ -171,7 +171,7 @@ func (b *BaseBuilder) CompileProject(options *Options) error {
|
||||
// Add better debugging flags
|
||||
if options.Mode == Dev || options.Mode == Debug {
|
||||
commands.Add("-gcflags")
|
||||
commands.Add(`"all=-N -l"`)
|
||||
commands.Add("all=-N -l")
|
||||
}
|
||||
|
||||
if options.ForceBuild {
|
||||
|
||||
Reference in New Issue
Block a user