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:
@@ -131,14 +131,12 @@ if $(HAIKU_USE_GCC_PIPE) = 1 {
|
|||||||
# results in some broken code.
|
# results in some broken code.
|
||||||
# TODO: remove the -fno-strict-aliasing option when all code has been
|
# TODO: remove the -fno-strict-aliasing option when all code has been
|
||||||
# analyzed/fixed with regard to aliasing.
|
# 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 {
|
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 {
|
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
|
# override gcc 2.95.3's header directory -- strictly necessary only when using
|
||||||
|
|||||||
Reference in New Issue
Block a user