]> git.pld-linux.org Git - packages/gtk-webkit4.git/commitdiff
- fixed build with lowmem (build fails without -DNDEBUG due to assertions code incons...
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Apr 2024 09:41:29 +0000 (11:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Apr 2024 09:41:29 +0000 (11:41 +0200)
gtk-webkit4.spec

index 2796173dc4cafd86779cd2385830761f9cb8d0d4..3911dcc76500fef48acee067dd3e0d76774dc6bd 100644 (file)
@@ -322,7 +322,7 @@ Dokumentacja API portu WebKitu do GTK 4.
 
 %build
 %if %{with lowmem}
-CXXFLAGS="%{rpmcxxflags} --param ggc-min-expand=20 --param ggc-min-heapsize=65536"
+CXXFLAGS="%{rpmcxxflags} -DNDEBUG --param ggc-min-expand=20 --param ggc-min-heapsize=65536"
 %endif
 for kind in %{?with_gtk3:%{?with_libsoup2:soup2} %{?with_libsoup3:soup3}} %{?with_gtk4:gtk4} ; do
 %cmake -B build-${kind} \
This page took 0.106923 seconds and 4 git commands to generate.