public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: Optimization for 'monit'
Date: Wed, 05 Jun 2019 09:52:46 +0200	[thread overview]
Message-ID: <3bcf533e-7c7b-8d6d-b1af-56ede79a6161@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]

Hi,

could someone please take a look at the '--enable-optimized'-option in
'monit'-configure:

The corresponding code from 'configure' reads:

...
# Check whether --enable-optimized was given.
if test "${enable_optimized+set}" = set; then :
  enableval=$enable_optimized;
        CFLAGS=`echo $CFLAGS|sed 's/-O.//g'`
        if test "x$enableval" = "xyes" ; then
                CFLAGS=`echo $CFLAGS|sed 's/-g[^ ]*//g'`
                CFLAGS=`echo $CFLAGS|sed 's/-O.//g'`
                CFLAGS="$CFLAGS -O3 -DNDEBUG"
                OPTIMIZED=1
        else
                OPTIMIZED=0
        fi
...

Since I'm not so good in 'CFGLAG'-options ( ;-) ), I'd like to know what
this option REALLY does and if we should use it - prior to pushing it to
GIT.

Second option would be '--without-ipv6' since I think we do not really
need this in v2.23.

Its running here on Core 131 - compiled with these two options and
without seen problems - but I just want to be sure.

What do you think?

Best,
Matthias

             reply	other threads:[~2019-06-05  7:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-05  7:52 Matthias Fischer [this message]
2019-06-05  8:10 ` Michael Tremer

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=3bcf533e-7c7b-8d6d-b1af-56ede79a6161@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox