Skip to content
Snippets Groups Projects
Commit f918d921 authored by nd's avatar nd
Browse files

disable debug symbol stripping since we use a release binary already

parent b7012241
No related branches found
No related tags found
No related merge requests found
Pipeline #31877 waiting for manual action
...@@ -5,3 +5,7 @@ ...@@ -5,3 +5,7 @@
# golang/1.19 compresses debug symbols itself. # golang/1.19 compresses debug symbols itself.
# LP: #2002369 # LP: #2002369
override_dh_dwz: override_dh_dwz:
# disable debug symbol stripping since we use a release binary already
.PHONY: override_dh_strip
override_dh_strip:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment