ncnn how to change the depends of gcc & stdc++ from dynamic lib to static lib?

vdgimpew  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(83)

detail | 详细描述 | 詳細な説明

I built ncnn on uclinux, when I run squeezenet in examples, os kill the process with the reason not enough memory, so I want to link gcc & stdc++ using static lib to save memory. how to modify the CMakeLists.txt changing the depends of gcc & stdc++ from dynamic lib to static lib? which CMakeLists.txt file & which line?

相关问题