You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: