contrib/nm-live-vm: compile live-vm build without compiler optimization

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-02-27 18:16:33 +01:00
parent ef052ead88
commit f2878b7633

View file

@ -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 \