scripts: disable optimization for ABI validation
abi-dumper giving following warning: WARNING: incompatible build option detected: -O3 Although this patch won't fix warning, it is to ensure code compiled with optimization disabled. Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
58efd680d5
commit
c8f0de9c97
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user