I want to build the final cv2 shared library (e.g. cv2.cpython-39-x86_64-linux-gnu.so
) with debug symbols and without optimizations. I have tried various strategies like editing the opencv/CMakeLists.txt
as well as running a build with something like this:
export ENABLE_HEADLESS=1
export CMAKE_ARGS='-DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_C_FLAGS_DEBUG="-g -O0" -DCMAKE_CXX_FLAGS_DEBUG="-g -O0"'
TMPDIR=$PWD/build pip wheel --no-clean --verbose .
No matter what I do, the final library seems to be built in Release mode and ignores my optimizations. How do I do this?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4