[#41778] [Bug #3515] FreeBSD wrongly raises ECONNRESET on close(2) — Yui NARUSE <redmine@...>

Bug #3515: FreeBSD wrongly raises ECONNRESET on close(2)

12 messages 2010/07/02

[ruby-dev:41799] Re: [Bug #3243] Can't build Ruby after r26506

From: Nobuyoshi Nakada <nobu@...>
Date: 2010-07-03 13:40:33 UTC
List: ruby-dev #41799
Hi,

At Sat, 3 Jul 2010 17:51:44 +0900,
Juergen Daubert wrote in [ruby-dev:41796]:
> Note: it's not possible to build ruby without -O2
> optimization because -O2 is hardcoded in configure.in if gcc
> is used, see the test for gcc in line 191 and the following
> setting of ${optflags}.

Why did you think it is impossible?

Try:

  $ ./configure optflags=-O0 debugflags='-g3 -ggdb'

and/or

  $ make optflags=-O3

-- 
--- 僕の前にBugはない。
--- 僕の後ろにBugはできる。
    中田 伸悦

In This Thread