Building Dialyzer code base without building Entire OPT

I am experimenting with dialyzer code base. I want to build dialyzer code base without building entire code base since it take a long time. How I can do that? I am doing changes only to dialyzer code base. (I am new to erlang)

1 Like

There are some tips about specifying a ERL_TOP environment variable in the “Building and Installing” documentation: https://github.com/erlang/otp/blob/master/HOWTO/INSTALL.md#make-and-erl_top

1 Like