Cannot start sample erlang release generated with rebar

前端 未结 4 1482
忘了有多久
忘了有多久 2021-01-31 06:36

I\'m a beginner with rebar and erlang generally. I was trying to create an erlang release with rebar according to this tutorial: http://www.metabrew.com/article/erlang-rebar-tut

4条回答
  •  闹比i
    闹比i (楼主)
    2021-01-31 07:00

    Add to reltool.config, the following line:

    {app, hipe, [{incl_cond, exclude}]}
    

提交回复
热议问题