Merge ~alfonsosanchezbeato/network-manager:remove-debug-info into network-manager:snap-1.10

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Tony Espy
Approved revision: ebffe15767e05eaffdcbef6f0098a9d4234efe82
Merged at revision: 25e7d60dca2c80b73f7433b23a30ef78d5940442
Proposed branch: ~alfonsosanchezbeato/network-manager:remove-debug-info
Merge into: network-manager:snap-1.10
Diff against target: 13 lines (+1/-1)
1 file modified
snap/snapcraft.yaml (+1/-1)
Reviewer Review Type Date Requested Status
Tony Espy Approve
System Enablement Bot continuous-integration Approve
Review via email: mp+370807@code.launchpad.net

Commit message

snap: remove debug info

Remove debug info, which was inadvertingly introduced in a previous
commit. This reduces the snap size in two thirds.

Description of the change

snap: remove debug info

Remove debug info, which was inadvertingly introduced in a previous
commit. This reduces the snap size in two thirds.

To post a comment you must log in.
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Tony Espy (awe) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
2index 7480dc5..fd1b42a 100644
3--- a/snap/snapcraft.yaml
4+++ b/snap/snapcraft.yaml
5@@ -185,7 +185,7 @@ parts:
6 - --disable-modify-system
7 - --disable-ovs
8 # Set explicitly CFLAGS until lp: #1791946 is solved
9- - CFLAGS=-O2 -g
10+ - CFLAGS=-O2
11 override-build: |
12 echo "networkmanager override-build called <patches go here>"
13 export QUILT_PATCHES=debian/patches

Subscribers

People subscribed via source and target branches