Details
Description
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?