You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce disk space usage when packaging the built SDK (#763)
Remove intermediate build files during desktop packaging step.
This should reduce the disk space usage, as those files (*.o and *.obj) are not required when merging libraries.
0 commit comments