Skip to content

Commit

Permalink
try: another version
Browse files Browse the repository at this point in the history
  • Loading branch information
TopperDEL committed Nov 13, 2023
1 parent 03ee141 commit db12e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uplink.NET/pipelines/azure-pipelines-build-win-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ steps:
echo "listing deps"
go list -deps
echo "done listing deps"
#vorher: go build -ldflags="-s -w -c" -gcflags="-dwarflocationlists=true" -gcflags=all="-N -l" -o storj_uplink.dll -buildmode c-shared -tags extended -v
go build -ldflags="-s -w -c" -gcflags="-dwarflocationlists=true" -gcflags=all="-N -l" -o storj_uplink.dll -buildmode c-shared -tags extended -v
#APPCONTAINER undefined: go build -ldflags="-s -w -c -APPCONTAINER WindowsApp.lib" -gcflags="-dwarflocationlists=true -DWINAPI_FAMILY=WINAPI_FAMILY_APP -D_WIN32_WINNT=0x0A00" -gcflags=all="-N -l" -o storj_uplink.dll -buildmode c-shared -tags extended -v
go build -ldflags="-s -w -c" -gcflags="-dwarflocationlists=true -DWINAPI_FAMILY=WINAPI_FAMILY_APP -D_WIN32_WINNT=0x0A00 -v" -gcflags=all="-N -l" -o storj_uplink.dll -buildmode c-shared -tags extended -v
#go build -ldflags="-s -w -c" -gcflags="-dwarflocationlists=true -DWINAPI_FAMILY=WINAPI_FAMILY_APP -D_WIN32_WINNT=0x0A00 -v" -gcflags=all="-N -l" -o storj_uplink.dll -buildmode c-shared -tags extended -v
echo "Build succeeded"
ls -al
echo "*** Hole pdb"
Expand Down

0 comments on commit db12e60

Please sign in to comment.