Create only ebin and priv folder with rebar3. How?

Hello all!

Is there any way NOT to create symlinks on sources and includes when building with rebar3? Need to have only this folders in project build directory.

Currently there is no way not to do it. It’s been a useful performance thing for as long as rebar3 has been around.

I recall someone having issues with it on some sub-builds across languages and maybe we could create a switch around it, but it couldn’t necessarily carry to all plugins and functions and it’s unclear how consistent it would be.

1 Like

Thx for explanation