hurd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Optimization level


From: Neal H Walfield
Subject: Optimization level
Date: Fri, 15 Jun 2001 21:17:20 -0500
User-agent: Mutt/1.3.18i

What is the right way to change the optimization level without editing
Makeconf?  Consider the following:

        address@hidden:~/build (0)$ CFLAGS=-O1 make
        set -e; gcc -O -O1  -Wall -g -O3  -I. ...
                    ---^

Thanks to hurd/Makeconf, which appends its flags (thereby killing the
user's -O):

        CFLAGS += -Wall -g -O3

Attachment: pgpkXKGZwLgwC.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]