sh1r0 / caffe-android-lib

Porting caffe to android platform
Other
510 stars 204 forks source link

How to make incremental compile #103

Open PKUEcho opened 7 years ago

PKUEcho commented 7 years ago

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.