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) [mailto:[email protected]] Sent: Thursday, August 3, 2017 4:16 AM To: [email protected] Subject: Re: Speeding up development builds? +1 I’m also wondering how to speed it up. Thanks, Eason On 03/08/2017, 02:41, "Dave Birdsall" <[email protected]> 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 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 C++ part of the build? Thanks, Dave
