bug-coreutils
[Top][All Lists]
Advanced

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

bug#39611: coreutils v8.31 fails to compile with -Ofast


From: Paul Eggert
Subject: bug#39611: coreutils v8.31 fails to compile with -Ofast
Date: Fri, 14 Feb 2020 17:08:47 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 2/14/20 3:21 PM, zsugabubus wrote:
$ export CFLAGS=-Ofast # Works with -O3
$ ./configure && make

Coreutils (and many other programs) is not compatible with -Ofast, which is not surprising as -Ofast is documented to not work in many cases. The obvious workaround is to not use -Ofast.





reply via email to

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