Skip to content

Commit

Permalink
spec: strip go binary (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
frzifus authored Jul 24, 2024
1 parent 2fce7d4 commit e516acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-collector.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mkdir -p _build/bin

%build

go build -v -buildmode pie -mod vendor -o %{gobuilddir}/bin/opentelemetry-collector
go build -ldflags "-s -w" -v -buildmode pie -mod vendor -o %{gobuilddir}/bin/opentelemetry-collector

%define debug_package %{nil}

Expand Down

0 comments on commit e516acf

Please sign in to comment.