X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=scripts%2Fvalidate-abi.sh;h=52e4e7ae736aa901f320aedeb121d9b6cd842488;hb=refs%2Fchanges%2F55%2F12055%2F1;hp=feda6c8653c37590147d5993f4d8b351584e58e3;hpb=7b53c036e6bf56623b8273018ff1c8cc62847857;p=deb_dpdk.git diff --git a/scripts/validate-abi.sh b/scripts/validate-abi.sh index feda6c86..52e4e7ae 100755 --- a/scripts/validate-abi.sh +++ b/scripts/validate-abi.sh @@ -186,7 +186,7 @@ fixup_config # Checking abi compliance relies on using the dwarf information in # The shared objects. Thats only included in the DSO's if we build # with -g -export EXTRA_CFLAGS="$EXTRA_CFLAGS -g" +export EXTRA_CFLAGS="$EXTRA_CFLAGS -g -O0" export EXTRA_LDFLAGS="$EXTRA_LDFLAGS -g" # Now configure the build