Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37708039
en ru br
ALT Linux repos
S:79.0-alt1
5.0: 2.4.2-alt1
4.1: 2.2.0-alt1
4.0: 2.0.2-alt2

Group :: Video
RPM: mkvtoolnix

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mkvtoolnix-buildflag-replacing.patch
Download


diff --git a/Rakefile b/Rakefile
index 8c9487436..1487cc237 100644
--- a/Rakefile
+++ b/Rakefile
@@ -355,7 +355,7 @@ cxx_compiler = lambda do |*args|
     # Even -O1 causes compilation time & memory usage to skyrocket,
     # possibly exponentially, with the number of entries to
     # emplace_back() into the vector.
-    flags.gsub!(%r{ -O\d+ }, ' -O0 ')
+    flags.gsub!(%r{-O\d+}, '-O0')
   end
 
   args = [
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin