Remove WANT_FORCE_OPTIMIZATION_DOWNGRADE and out dated warnings about
libalias(3) exposing compiler bugs.
This commit is contained in:
parent
aa2fce50a2
commit
3da722dad7
@ -47,10 +47,8 @@
|
||||
# CFLAGS controls the compiler settings used when compiling C code.
|
||||
# Note that optimization settings other than -O and -O2 are not recommended
|
||||
# or supported for compiling the world or the kernel - please revert any
|
||||
# nonstandard optimization settings to "-O" before submitting bug reports
|
||||
# without patches to the developers.
|
||||
# Note also that at this time the -O2 setting is known to expose bugs in
|
||||
# libalias(3), and possibly other parts of the system.
|
||||
# nonstandard optimization settings to "-O" or -O2 before submitting bug
|
||||
# reports without patches to the developers.
|
||||
#
|
||||
#CFLAGS= -O -pipe
|
||||
#
|
||||
@ -85,12 +83,6 @@
|
||||
#
|
||||
#COPTFLAGS= -O -pipe
|
||||
#
|
||||
# To build the system compiler such that it forces high optimization levels to
|
||||
# a lower one. GCC -O2+ is known to trigger known optimizer bugs at various
|
||||
# times -- this is worse on the Alpha platform. The value assigned here will
|
||||
# be the highest optimization value used.
|
||||
#WANT_FORCE_OPTIMIZATION_DOWNGRADE=1
|
||||
#
|
||||
# Compare before install
|
||||
#INSTALL=install -C
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user