sonos / dinghy

Easier cross-compilation for phones and single boards computers
Other
365 stars 44 forks source link

add `skip_source_copy` flag #241

Closed fredszaq closed 1 week ago

fredszaq commented 1 week ago

Dinghy copies all sources to the target device by default, while this this really useful in some cases, this can take some time and some precious space on some small device/huge project combinations.

This adds a skip_source_copy flag to the config that will disable this behaviour. The default behaviour stays the same, meaning this should not have any impact on existing setups