How to provide Go compiler flags correctly? #2730
Unanswered
Robert-M-Muench
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Anyone? This is blocking me for the moment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting a VCS stamping error, and I just want to ignore it for the moment:
But I don't understand how I could provide the
-buildvcs=falseflag. I tried a couple of combinations:wails dev -ldflags="buildvcs=false"wails dev -ldflags="-buildvcs=false"wails dev -ldflags -buildvcs=falseWhat's the correct way to do that?
Beta Was this translation helpful? Give feedback.
All reactions