This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] Allows overriding the default CFLAGS and CXXFLAGS options in ./configure.
- From: "Yichun Zhang (agentzh)" <agentzh at gmail dot com>
- To: systemtap at sourceware dot org
- Date: Tue, 7 Aug 2018 15:51:51 -0700
- Subject: Re: [PATCH] Allows overriding the default CFLAGS and CXXFLAGS options in ./configure.
- References: <20180804073622.28409-1-agentzh@gmail.com>
Hello!
On Sat, Aug 4, 2018 at 12:36 AM, Yichun Zhang (agentzh) wrote:
> Now it is possible to specify
>
> ./configure CXXFLAGS='-O0 -U_FORTIFY_SOURCE' \
> CFLAGS='-O0 -U_FORTIFY_SOURCE'
>
Already rebased and committed to master as fche greenlights it on IRC.
Best regards,
Yichun