[gtk-osx-users] How do not rebuild complete module if only one source file was changed

2021-03-18 Thread Andrius Rinkevicius via gtk-osx-users-list
Hi all, I am wondering, if there is way to do not rebuild gtk completely if I made changes just to one (or few) source files. Right now I am using jhbuild buildone gtk+-3.0 -nf It recompiles all files, which takes ~10 minutes on my machine. If I try jhbuild buildone gtk+-3.0 -nc then it says that

Re: [gtk-osx-users] How do not rebuild complete module if only one source file was changed

2021-03-18 Thread John Ralls
> On Mar 18, 2021, at 2:30 AM, Andrius Rinkevicius via gtk-osx-users-list > wrote: > > Hi all, > I am wondering, if there is way to do not rebuild gtk completely if I made > changes just to one (or few) source files. > Right now I am using > jhbuild buildone gtk+-3.0 -nf > It recompiles all