mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 00:10:07 +01:00
contrib/nm-live-vm: compile live-vm build without compiler optimization
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
ef052ead88
commit
f2878b7633
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ test -d /NetworkManager || (
|
|||
cd /NetworkManager/ || exit 1
|
||||
git fetch origin || die "Could not fetch $URL"
|
||||
git checkout -f "$COMMIT" || exit 1
|
||||
git clean -fdx
|
||||
export CFLAGS='-g -Og'
|
||||
export CXXFLAGS='-g -Og'
|
||||
./autogen.sh --prefix=/usr \
|
||||
--exec-prefix=/usr \
|
||||
--libdir=/usr/lib \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue