When I change a line in caffe_jni.cpp, I need to go through all compilation when I type ./build.sh /path/to/ndk. This is quite slow. Can I make incremental compile? I believe it's not difficult to do it via changing the cmake file. But I am not familiar with CMake.
When I change a line in caffe_jni.cpp, I need to go through all compilation when I type
./build.sh /path/to/ndk
. This is quite slow. Can I make incremental compile? I believe it's not difficult to do it via changing the cmake file. But I am not familiar with CMake.