Hi Jonathan,
On Tue, Nov 12, 2013 at 11:38:08PM -0800, Jonathan Kotker wrote:
> This is more a question out of curiosity, but is there a reason that the
> inliner, available in src/ext, is not included in the default features of
> CIL? I use it as part of GameTime, and currently, when a user insta
Hi Gabriel.
Thanks for the answer. I guess I automatically assumed that if a feature
was registered, then it would show up as a default feature in CIL. Again,
my use case for the inliner is very specific, so I'm not sure how many
people would like the inliner to be available by default. Maybe othe
I would love for the inliner to be available by default.
C
On Wed, Nov 13, 2013 at 7:50 PM, Jonathan Kotker
wrote:
> Hi Gabriel.
>
> Thanks for the answer. I guess I automatically assumed that if a feature
> was registered, then it would show up as a default feature in CIL. Again,
> my use case
On Wed, Nov 13, 2013 at 10:26:42PM +0200, Christian Collberg wrote:
> I would love for the inliner to be available by default.
Note that "by default", I only mean that do not need to explicitly load it.
You can use --load=inliner.
--
Gabriel
-