]> git.pld-linux.org Git - packages/pandoc.git/commitdiff
- disable optimizations on ix86
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 31 May 2020 14:38:25 +0000 (16:38 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 31 May 2020 14:38:25 +0000 (16:38 +0200)
pandoc.spec

index 079eecb6ef37207794dad465c4948bbf6c072747..53a8ee2c529854ca68e10e8dfe496cb549fffb84 100644 (file)
@@ -356,6 +356,9 @@ Dokumentacja w formacie HTML dla pakietu ghc %{name}.
 
 %build
 runhaskell Setup.hs configure -v2 \
+%ifarch %{ix86}
+       -O0 \
+%endif
        %{?with_prof:--enable-library-profiling} \
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
This page took 0.083399 seconds and 4 git commands to generate.