Skip to content

[v2, build] gcflags don't need to be quoted#1689

Merged
leaanthony merged 1 commit into
wailsapp:masterfrom
stffabi:bugfix/build-gcflags-quoting
Aug 3, 2022
Merged

[v2, build] gcflags don't need to be quoted#1689
leaanthony merged 1 commit into
wailsapp:masterfrom
stffabi:bugfix/build-gcflags-quoting

Conversation

@stffabi
Copy link
Copy Markdown
Contributor

@stffabi stffabi commented Aug 3, 2022

This seemed to work for Go < 1.19 but since 1.19 this gives
an error.

Fixes #1688

This seemed to work for Go < 1.19 but since 1.19 this gives
an error.
Copy link
Copy Markdown
Member

@leaanthony leaanthony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Do you know if this still works on Go < 1.19?

@leaanthony leaanthony merged commit 42ef125 into wailsapp:master Aug 3, 2022
@stffabi
Copy link
Copy Markdown
Contributor Author

stffabi commented Aug 3, 2022

LGTM. Do you know if this still works on Go < 1.19?

I've tested it on MacOS with 1.18 and on Linux with (1.17, 1.18 and 1.19)

@stffabi stffabi deleted the bugfix/build-gcflags-quoting branch August 3, 2022 07:31
@leaanthony
Copy link
Copy Markdown
Member

Thanks for taking the time to do that 🙏 funny how these things remain hidden 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compiling application: invalid value "\"all=-N -l\"" for flag -gcflags: parameter may not start with quote character "

2 participants