[nim-dev] Re: Performance degradation for recursive algorithms between nim-10.1 and MASTER.

  • From: xyz32 <oanaradu32@xxxxxxxxx>
  • To: nim-dev@xxxxxxxxxxxxx
  • Date: Tue, 10 Nov 2015 13:07:23 +0000

Another note on this, now every time I update a package, or even checkout new
code for ``nimble`` itself, it is not built in release mode.

As a hack (workaround):

Create a ``nim.cfg`` file at the root of your project that reads:

```
define:release
```

Other related posts: