[racket] disable inlining for recursive functions

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Thu Dec 6 14:06:58 EST 2012

See

On Wed, Dec 5, 2012 at 10:27 PM, Denys Rtveliashvili <rtvd at mac.com> wrote:
> Hello,
>
> Is there a way of disabling the inlining for recursive functions?

See the `--disable-inline` flag to `raco make`.

Sam

Posted on the users mailing list.