Ticket #1105: fix_auto_frames_detection.patch
File fix_auto_frames_detection.patch, 508 bytes (added by plobsing, 12 years ago) |
---|
-
config/auto/frames.pm
49 49 $can_build_call_frames = $conf->options->get('buildframes'); 50 50 } 51 51 else { 52 $can_build_call_frames = ($nvsize == 8 && $cpuarch eq 'i386' 53 && $osname ne 'darwin'); 52 $can_build_call_frames = $conf->data->get('HAS_LIBJIT'); 54 53 } 55 54 return $can_build_call_frames; 56 55 }