]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- keep frame pointers for correct exception handling.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 1 May 2006 19:09:50 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby.spec -> 1.132

ruby.spec

index 0106f3ccb78255170f1b9ca91a86f682f35e9673..8124a49a59842e876ad682adb9953e1967b155f1 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -67,6 +67,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # (SEGV or "unexpected break" on miniruby run during build)
 %define                specflags_ia64  -O0
 
+# ruby needs frame pointers for correct exception handling
+%define                specflags       -fno-omit-frame-pointer
+
 %description
 Ruby is the interpreted scripting language for quick and easy
 object-oriented programming. It has many features to process text
This page took 0.059713 seconds and 4 git commands to generate.