mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 05:26:58 +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"?>
|
||||
<dependencies>
|
||||
<dependency type="build" id="libasan">
|
||||
<distro id="fedora">
|
||||
<package />
|
||||
</distro>
|
||||
</dependency>
|
||||
<dependency type="build" id="pesign">
|
||||
<distro id="fedora">
|
||||
<package />
|
||||
|
@ -7,7 +7,6 @@ git config tar.tar.xz.command "xz -c"
|
||||
mkdir -p build && pushd build
|
||||
rm -rf *
|
||||
meson .. \
|
||||
-Db_sanitize=address \
|
||||
-Dgtkdoc=true \
|
||||
-Dman=true \
|
||||
-Dtests=true \
|
||||
|
Loading…
Reference in New Issue
Block a user