Re: [PATCH] ruby: improve compilation with CFLAGS

Subject: Re: [PATCH] ruby: improve compilation with CFLAGS

Date: Mon, 17 May 2021 00:50:09 -0500

To: notmuch@notmuchmail.org

Cc: Tomi Ollila

From: Felipe Contreras


On Mon, May 17, 2021 at 12:48 AM Felipe Contreras
<felipe.contreras@gmail.com> wrote:
>
> The ruby MakeMakefile generates a makefile that is suboptimal, which has
> CFLAGS like this:
>
>   CFLAGS   = $(CCDLFLAGS) -march=x86-64 -mtune=generic \
>     -O2 -pipe -fno-plt -fPIC $(ARCH_FLAG)
>
> This works as long as the user doesn't modify the Makefile.

Great... doesn't modify the CFLAGS.

-- 
Felipe Contreras
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: