Remove fno-tree-vrp compile flag.

My tests hasn't shown any problems with removing it.
Let me know if there still are.
This commit is contained in:
Fredrik Holmqvist 2013-02-24 08:45:47 +01:00
parent 59dc9ee955
commit e8d6e3fe3b

View File

@ -131,14 +131,12 @@ if $(HAIKU_USE_GCC_PIPE) = 1 {
# results in some broken code.
# TODO: remove the -fno-strict-aliasing option when all code has been
# analyzed/fixed with regard to aliasing.
# TODO: retest/remove the -fno-tree-vrp option as soon as we have updated our
# gcc4 compiler.
if $(HAIKU_GCC_VERSION[1]) >= 3 {
HAIKU_GCC_BASE_FLAGS += -fno-strict-aliasing -fno-tree-vrp ;
HAIKU_GCC_BASE_FLAGS += -fno-strict-aliasing ;
}
if $(HOST_GCC_VERSION[1]) >= 3 {
HOST_GCC_BASE_FLAGS += -fno-strict-aliasing -fno-tree-vrp ;
HOST_GCC_BASE_FLAGS += -fno-strict-aliasing ;
}
# override gcc 2.95.3's header directory -- strictly necessary only when using