From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEF41139083 for ; Sat, 9 Dec 2017 09:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 787C3E0FD4; Sat, 9 Dec 2017 09:10:44 +0000 (UTC) Received: from mail-ot0-x235.google.com (mail-ot0-x235.google.com [IPv6:2607:f8b0:4003:c0f::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BB0CE0FC8 for ; Sat, 9 Dec 2017 09:10:43 +0000 (UTC) Received: by mail-ot0-x235.google.com with SMTP id d5so11041843oti.3 for ; Sat, 09 Dec 2017 01:10:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=K0nltHRtN+WK9kHgprWJJAVCHcjk7c8M1uA5+dz4vAU=; b=lBExEdpHA2j10P4PgsVL5A/NJcOdMkBjup35H4uxJsoFIrU9c2hDuGNn8Iw8+ikqvV 3wdQFLM4vS9/EA6T3YKVtyV6nhweDN1aGU1/Eb+muguul1ZbcXkGHkhZ6NTdkFXplGEa brQ6/Yr/OXf2dVOyn+XalitCQgYFoi1vyGWFu62xagrIozhC6u/MvSvEErc2cnPbDJs6 hdXFBWJ+1aZGfMWd967S69OUsWdrlNHybNN/4kw14c5bsTs4HvhtX2mNmm161R2rDZKI WA4XjqlrH9EhFoqSUpH+ZlfMLb5i2ib5H/iakilIZne/+S2rIZ6M2Bx2bOHEzByTFHXL RfIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=K0nltHRtN+WK9kHgprWJJAVCHcjk7c8M1uA5+dz4vAU=; b=R8DhKck67bB4vvVwhWYdj/EgX4rPDg6h63a7mIJrJo2b7hq7VpUmb5QW2PGEh7QlXE TdeVMG9CBbiHDa4mNe9nztkA6TXOnJKJTQV2YE9hdjjspQDSTB5M4yGz7qjul7Vj0D4C tSr84syMkGm7foH0SFx7XueHLK2GqYrUPemTRjL8fjsNUafXAD4si/F9u9VpPDh3lCN6 mgzf5rUo0wsjbzx4RnkDjRdFq69Kv8AvmWdal+76UGbK7KHkvtmBKQ40bEOaDaKmibVW BBRxnXOrzEhQJx+/IC1lM44+5S+KadSVN+E22hlxwdSIHnrgni5V9Il66FP7Ae5KtWKK u1JA== X-Gm-Message-State: AJaThX6dcQ2ObJBLqv5nmI4TYveaMuHuNdABVFho+6lpz9rXJX7AeY/T rcRjYEy0BT32aWBKvJQTzp46C2zDeg0O1Sh17P+ecIY2 X-Google-Smtp-Source: AGs4zMZsa5MrZ38Px3hdzkbHLLIJLgvOk112jZ+J5dtvFB0F2jkshhWRMppZu67qo+lHlsTib89zitqxm9vKjghSQE4= X-Received: by 10.157.85.194 with SMTP id z2mr28224432oti.74.1512810642990; Sat, 09 Dec 2017 01:10:42 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.157.19.78 with HTTP; Sat, 9 Dec 2017 01:10:42 -0800 (PST) From: Adam Carter Date: Sat, 9 Dec 2017 20:10:42 +1100 Message-ID: Subject: [gentoo-user] CFLAGs change but no filter/strip/replace in ebuild To: "gentoo-user@lists.gentoo.org" Content-Type: multipart/alternative; boundary="94eb2c0dda94fced16055fe4ac64" X-Archives-Salt: 082a5c92-4eec-4f97-ab42-68078d22bce9 X-Archives-Hash: 9e33b2e2003c8d2ebeda7489045a2666 --94eb2c0dda94fced16055fe4ac64 Content-Type: text/plain; charset="UTF-8" # grep -ic flags yasm-1.3.0.ebuild 0 However, emerge --info yasm shows me that only -march -O2 -pipe make it through. Where is the code that strips the others? --94eb2c0dda94fced16055fe4ac64 Content-Type: text/html; charset="UTF-8"
# grep -ic flags yasm-1.3.0.ebuild
0

However, emerge --info yasm shows me that only -march -O2 -pipe make it through. Where is the code that strips the others?

--94eb2c0dda94fced16055fe4ac64--