From owner-freebsd-ports@FreeBSD.ORG Wed Aug 21 17:20:59 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51113282; Wed, 21 Aug 2013 17:20:59 +0000 (UTC) (envelope-from dan@obluda.cz) Received: from smtp1.ms.mff.cuni.cz (smtp1.ms.mff.cuni.cz [IPv6:2001:718:1e03:801::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 929732B45; Wed, 21 Aug 2013 17:20:58 +0000 (UTC) Received: from kgw.obluda.cz (kgw.obluda.cz [193.179.199.50]) by smtp1.ms.mff.cuni.cz (8.14.5/8.14.5) with ESMTP id r7LHKqEF083397; Wed, 21 Aug 2013 19:20:53 +0200 (CEST) (envelope-from dan@obluda.cz) Message-ID: <5214F6F4.4000409@obluda.cz> Date: Wed, 21 Aug 2013 19:20:52 +0200 From: Dan Lukes User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:23.0) Gecko/20100101 Firefox/23.0 SeaMonkey/2.20 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: building seamonkey with clang Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cary@sdf.org, dim@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 17:20:59 -0000 > 0. Program arguments: /usr/bin/clang++ -cc1 -triple i386-unknown-freebsd9.0 ... > sr/local/include -fmodule-cache-path /var/tmp/clang-module-cache -O3 -Wall -Wpoi ... > y/work/comm-release/mailnews/local/src/nsMsgMaildirStore.cpp You may be interested to know that source will compile with -O0 (instead of -O3). Dan