chatsiri created MESOS-9798:
-------------------------------

             Summary: How to reduce compile time after had changed/improved 
source code?
                 Key: MESOS-9798
                 URL: https://issues.apache.org/jira/browse/MESOS-9798
             Project: Mesos
          Issue Type: Improvement
          Components: cmake
    Affects Versions: 1.8.0
         Environment: Linux firework-vm01 4.9.0-9-amd64 #1 SMP Debian 
4.9.168-1+deb9u2 (2019-05-13) x86_64 GNU/Linux
            Reporter: chatsiri


Hello all, 

     I'm have changed variables in src/ directory finished, but compiler using 
long time to finished build steps. How can reduces compile time per component 
or source directory? Such as an simple steps below
 # I'm add new member function to class Docker on docker.hpp. This class 
declares on file at docker directory.
 # Compile source again from build directory. This directory create on the base 
source code directory same src/ , bin/ and include/.
 # Come to build path with 
 ## $cd build
 ## $../configure --disable-python --disable-java --enable-debug 
--enable-fast-install
 ## $make
 ## $sudo make install.   

In steps No.3. Compiler used long time compiles source code. How we can reduce 
compile time per source directory that we had changed its?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to