sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
424 stars 43 forks source link

Use all cores during build #171

Closed Kofhein closed 1 year ago

Kofhein commented 1 year ago

Hello, I mentioned that flutter-elinux compiles much longer than flutter. I've checked what's the difference in terms of build and found that elinux uses cmake command , while flutter uses ninja ( which utilizes all cores by default ). This commit adds all cores utilization. You can omit it if it was done intentionally.

HidenoriMatsubayashi commented 1 year ago

Thank you for sending the PR. Can you please update https://github.com/sony/flutter-elinux/blob/main/AUTHORS too?

Kofhein commented 1 year ago

Sure, updated.