filename | configure.in |
changeset | 906:268ea359f884 |
prev | 902:408568dc97d5 |
next | 909:b4a21af8ce8c |
author | nkeynes |
date | Thu Oct 30 00:06:49 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Change xlat_get_native_pc to pass in the expected code region - this lets the Mac unwind implementation range test the IP address (which works) rather than EBP (which doesn't for some reason). Remove the test in configure that prevents fomit-frame-pointer being used in Mac builds. |
file | annotate | diff | log | raw |
1.1 --- a/configure.in Mon Oct 27 07:26:49 2008 +00001.2 +++ b/configure.in Thu Oct 30 00:06:49 2008 +00001.3 @@ -91,7 +91,7 @@1.4 if test "x$HAVE_COCOA" = 'xyes' -a "x$with_gtk" = "xno"; then1.5 AC_DEFINE(OSX_BUNDLE, [1], [Generating a bundled application])1.6 fi1.7 -if test "x$enable_optimized" = "xyes" -a "x$APPLE_BUILD" != "xyes"; then1.8 +if test "x$enable_optimized" = "xyes"; then1.9 CFLAGS="$CFLAGS -fexceptions -fomit-frame-pointer"1.10 AC_DEFINE(HAVE_EXCEPTIONS, [1], [Have exception stack-frame information])1.11 fi
.