8000 Update setup.py · tony7126/opencv-python@5f0064c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f0064c

Browse files
authored
Update setup.py
1 parent ad9755d commit 5f0064c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def main():
122122
"-DBUILD_TESTS=OFF",
123123
"-DBUILD_PERF_TESTS=OFF",
124124
"-DBUILD_DOCS=OFF"
125+
"-DCMAKE_BUILD_TYPE=Debug",
125126
] + (["-DOPENCV_EXTRA_MODULES_PATH=" + os.path.abspath("opencv_contrib/modules")] if build_contrib else [])
126127

127128
# OS-specific components

0 commit comments

Comments
 (0)
0