mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 14:32:56 +00:00
trivial: Do not use -Db_sanitize=address as it breaks g-ir-scanner
And nobody can figure out why!
This commit is contained in:
parent
46963b1118
commit
86b0bae0c4
@ -1,10 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency type="build" id="libasan">
|
|
||||||
<distro id="fedora">
|
|
||||||
<package />
|
|
||||||
</distro>
|
|
||||||
</dependency>
|
|
||||||
<dependency type="build" id="pesign">
|
<dependency type="build" id="pesign">
|
||||||
<distro id="fedora">
|
<distro id="fedora">
|
||||||
<package />
|
<package />
|
||||||
|
@ -7,7 +7,6 @@ git config tar.tar.xz.command "xz -c"
|
|||||||
mkdir -p build && pushd build
|
mkdir -p build && pushd build
|
||||||
rm -rf *
|
rm -rf *
|
||||||
meson .. \
|
meson .. \
|
||||||
-Db_sanitize=address \
|
|
||||||
-Dgtkdoc=true \
|
-Dgtkdoc=true \
|
||||||
-Dman=true \
|
-Dman=true \
|
||||||
-Dtests=true \
|
-Dtests=true \
|
||||||
|
Loading…
Reference in New Issue
Block a user