RE: Speeding up development builds?

2017-08-03 Thread Sean Broeder
@trafodion.incubator.apache.org Subject: RE: Speeding up development builds? One thing I do when I make changes in the SQL layer is that I only build the SQL code: cd .../incubator-trafodion/core/sql/nskgmake gmake -j 4 -ks linuxdebug That is a lot faster. -Original Message- From: Zhang, Yi (Eason

Re: Speeding up development builds?

2017-08-03 Thread Zhang, Yi (Eason)
+1 I’m also wondering how to speed it up. Thanks, Eason On 03/08/2017, 02:41, "Dave Birdsall" wrote: Hi, I notice that when I make a change to a C++ module in Trafodion, many (all?) of the Java modules get built as well. This slows down development; a

Speeding up development builds?

2017-08-02 Thread Dave Birdsall
Hi, I notice that when I make a change to a C++ module in Trafodion, many (all?) of the Java modules get built as well. This slows down development; a mistake in C++ coding can easily cost you 5 to 10 minutes after correction waiting for a rebuild. I wonder if there is a way to do just the