Remove verbage about -O2 producing bad code on Alpha. By all accounts
GCC 3.3 -O2 produces correct code on Alpha. However, note that FreeBSD has alias bugs that make -O2 produce bad code on all(most?) platforms. Also don't tell people we don't want -O2 related bug reports, we do -- if they contain patches.
This commit is contained in:
parent
612956f67c
commit
b9d9e53eb6
@ -40,9 +40,9 @@
|
||||
# Note that optimization settings above -O (-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
|
||||
# to the developers.
|
||||
# without patches to the developers.
|
||||
# Note also that at this time the -O2 setting is known to produce BROKEN
|
||||
# CODE on the Alpha platform.
|
||||
# CODE due to bugs in FreeBSD code.
|
||||
#
|
||||
#CFLAGS= -O -pipe
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user