bee icon indicating copy to clipboard operation
bee copied to clipboard

bee pack ldflags 执行失败

Open wzhsh90 opened this issue 5 years ago • 2 comments

bee pack -v -ba="-ldflags '-s -w'"

  • go build -o D:\TEMP\beePack-9208918700\red-manage.exe -ldflags '-s -w' invalid value "'-s" for flag -ldflags: missing = in =

bee pack -be GOOS=linux -be GOARCH=amd64 -v -ba="-ldflags="-s -w"" flag provided but not defined: -w

wzhsh90 avatar Jan 07 '20 05:01 wzhsh90

me too, how to fixed ?

dcboy avatar Mar 18 '20 07:03 dcboy

this command can use bee pack -v -ba="-ldflags "-s" -ldflags "-w""

kingsearcher avatar Mar 02 '21 01:03 kingsearcher