How to do incremental build using command line xmake?

If you have a simple question and just want an answer.
sprajagopal
Member++
Posts: 18
Joined: Thu Jul 23, 2015 4:22 pm

How to do incremental build using command line xmake?

Post by sprajagopal »

Hi,

  Every time I change a file, xmake seems to rebuild every file. I remember seeing an "incremental build" option in xtime composer. What goes on behind an incremental build and how do I emulate this behaviour using command line xmake?

Thanks,

Prasanna. 

srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

Hi,

Could you please specify which tools version is used?

In general (and with latest 14.0 tools), xmake creates build dependencies and builds only those modified files (and the impacted files).

Regards,

srinie