From owner-freebsd-ports@FreeBSD.ORG Wed Feb 26 23:43:39 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9A4ACD9 for ; Wed, 26 Feb 2014 23:43:39 +0000 (UTC) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A3C6F1A35 for ; Wed, 26 Feb 2014 23:43:39 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id wo20so1562858obc.21 for ; Wed, 26 Feb 2014 15:43:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DbL3Tx8PMLi2vWqXV0GgDYxV141kbOTv14NTi3r2J04=; b=krop4mgmGc6BUtpxLZNq3zf6kVY4Gx/6NETYO30wk8pYbE3IrCQU/Te44V55lq1t2C 38fx6D0QDPokdq1x5L8QaIqjAprjR9l0m+1QvepPxZbW5YgraKtA03IiQzuRrLdMnFNQ jS1rEQ14IKX5DRLfxfQwXSCOPMkbi/65XO+uP8IZ8q6jUunjIOCdPj3duWEnPBxDWNWf 8K2jIOCy+VHCjE71XLwuheR5IVpw01/Yu+5AFMpy4ZYUwdSFf7RL3+XA6r5kzXd3gkGk 1A+WJ3Ywmy0R04tfawINofwN/ER0lvfZdWNp62EQ53vzyPJLgWm5r2eNOc4zHhmnYAod 0yaw== MIME-Version: 1.0 X-Received: by 10.182.48.233 with SMTP id p9mr5273491obn.44.1393458218202; Wed, 26 Feb 2014 15:43:38 -0800 (PST) Received: by 10.182.78.71 with HTTP; Wed, 26 Feb 2014 15:43:38 -0800 (PST) Date: Wed, 26 Feb 2014 18:43:38 -0500 Message-ID: Subject: CLang flags query:: I'm wanting to port software to FreeBSD From: Joe Nosay To: ports Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 23:43:39 -0000 I've noticed different flags such as -Wno-parentheses and such along with the -Wno-unused-variable. I would like to know where would be a good source online to find the flags; and, I would like to know what flags are used by porters to optimize builds. These will be placed on the Makefile of the source such that it can be built natively on FreeBSD. I would be able to test software. Thanks