dji-sdk / FlightRecordParsingLib

DJI Flight Record Parsing Lib
Other
45 stars 16 forks source link

Updated generate.sh scripts to use all cores, fixed build error on ubuntu #2

Closed WBawa closed 1 year ago

WBawa commented 1 year ago

Added nproc to generate.sh. This will use all available cores to improve build speeds.

Fixed issue #1 where there is a compile error due to missing imports.

jeryini commented 1 year ago

I can confirm this fixes builds on Ubuntu.

DJI-William commented 1 year ago

Much appreciated.