marco-calautti / DeltaPatcher

Delta Patcher is a GUI software that is able to create and apply xdelta patches.
GNU General Public License v2.0
265 stars 30 forks source link

cmake --build build --config Release --parallel (as recommended in readme) crashes terminal during build #20

Closed anonaddict closed 1 year ago

anonaddict commented 1 year ago

cmake --build build --config Release --parallel nukes my computer It built fine when i removed the --parallel tag

marco-calautti commented 1 year ago

You might not have enough ram/cpu cores. What are your PC specs?

marco-calautti commented 1 year ago

Does it work if you use --parallel 2? Or with any small number of jobs?

marco-calautti commented 1 year ago

Anyway, I removed the --parallel from the readme.