Skip to content

Commit

Permalink
Merge pull request #87 from sile/remove-hipe-from-readme
Browse files Browse the repository at this point in the history
Remove `Enable HiPE` section from README
  • Loading branch information
sile authored Sep 16, 2024
2 parents 8c97402 + fe05bbf commit 4f992d2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,6 @@ $ make start
[1,2,3]
```
Enable HiPE
-----------
If you want to use HiPE compiled version, please add following code to your rebar.config.
```erlang
{overrides,
[
{override, jsone, [{erl_opts, [{d, 'ENABLE_HIPE'}, inline]}]}
]}.
```
or use `native` profile. The `make` command supports profile as well. For example:
```sh
$ make start profile=native
```
Usage Example
-------------
Expand Down

0 comments on commit 4f992d2

Please sign in to comment.