xcore / xcommon

Common application framework for XMOS software
Other
23 stars 7 forks source link

Doesn't support parallel make (-jN) #13

Closed rlsosborne closed 12 years ago

rlsosborne commented 12 years ago

If I build an application with xmake -j4 I get the warning:

xmake[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.

As a result I don't get any speedup with multiple processors.

If all the references to xmake are changed to $(MAKE) parallel builds work as expected. This speeds up the build of AVB from 48 seconds to 38 seconds on my dual core machine.

ghost commented 12 years ago

Fixed.