Directory setup for optimal build perforamnce on MacOS

Is it possible to setup build directories (Build and Intermediate I think) on another drive. I have a setup, where my project resides on hdd, but want to move build dirs to and sdd, if it will increase build time.
Setting symlinks does not help on Mac machine - Unreal Complains that UBT is run not in project dir anymore.
On win machine I can setup junction points, but setting hardlinks on Mac is not possible between different storage devices.
Is there any option for reusing SSD to increase code build times?