meh / jazz

Yet another library to handle JSON in Elixir.
61 stars 21 forks source link

do hipe compilation only if configured in app env #9

Closed sasa1977 closed 10 years ago

sasa1977 commented 10 years ago

This pull request makes HiPE compilation an opt-in. To compile Jazz with HiPE, one must include jazz: [native: true] in config.exs of the depending project (the one that uses Jazz).

If you don't like this approach, ping me on IRC to discuss whether something else might work. In any case, I don't think HiPE should be used by default.

meh commented 10 years ago

Thanks, merged by hand.