From: Jeremy Sowden <jeremy@azazel.net>
To: Jan Engelhardt <jengelh@inai.de>
Cc: Netfilter Devel <netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH] Add DWARF object files to .gitignore.
Date: Sat, 21 Aug 2021 12:02:44 +0100 [thread overview]
Message-ID: <YSDdVBvixWkwYYYJ@azazel.net> (raw)
In-Reply-To: <20210821101724.602037-1-jeremy@azazel.net>
[-- Attachment #1: Type: text/plain, Size: 626 bytes --]
On 2021-08-21, at 11:17:24 +0100, Jeremy Sowden wrote:
> If we build against a kernel with `CONFIG_DEBUG_INFO_SPLIT` enabled, the
> kernel compiler flags will include `-gsplit-dwarf`, and the linker will
> emit .dwo files.
>
> Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
Just noticed I forgot to indicate in the subject that this is for xtables-addons.
Apologies.
J.
> diff --git a/.gitignore b/.gitignore
> index 2ebbe0e89fe7..005e7f978d47 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,3 +1,4 @@
> +*.dwo
> *.gcno
> *.la
> *.lo
> --
> 2.32.0
>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2021-08-21 11:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-21 10:17 [PATCH] Add DWARF object files to .gitignore Jeremy Sowden
2021-08-21 11:02 ` Jeremy Sowden [this message]
2021-08-22 11:12 ` Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YSDdVBvixWkwYYYJ@azazel.net \
--to=jeremy@azazel.net \
--cc=jengelh@inai.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.