1468.1.3
by Monty Taylor
Moved gcc-specific optoins to their own thing. |
1 |
[test "$GCC" = "yes"]
|
1816.2.1
by Monty Taylor
Made ICC warning suppressions a little more sensible given what we can't accomplish any time in the near future. |
2 |
AS_IF([test "$GCC" = "yes" -a "$INTELCC" = "no"],[ |
1468.1.3
by Monty Taylor
Moved gcc-specific optoins to their own thing. |
3 |
PBXT_EXTRA_CXXFLAGS="-Wno-overloaded-virtual -Wno-sign-compare -Wno-unused-function"
|
4 |
AC_SUBST(PBXT_EXTRA_CXXFLAGS)
|
|
5 |
])
|