On Thu, Aug 18, 2016 at 1:12 AM, agung Laksono <agung.smarts@xxxxxxxxx> wrote: > Hi Ceph User, > > When I make change inside ceph codes in the development mode, > I found that recompiling takes around an hour because I have to remove > a build folder and all the contest and then reproduce it. > > Is there a way to make the compiling process be faster? something like only > compile a particular code that I change. Sure, just use the same build directory and run "make" again after you make code changes and it should only re-compile the binaries that are effected by your code changes. You can use "make -jX" if you aren't already where 'X' is usually number of CPUs / 2 which may speed up the build. HTH, Brad > > Thanks before > > > -- > Cheers, > > Agung Laksono > > > _______________________________________________ > ceph-users mailing list > ceph-users@xxxxxxxxxxxxxx > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com