Skip to content

Commit 7b03087

Browse files
authored
fix: use relwithdebinfo for opencv
1 parent 68d4cb4 commit 7b03087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mkdir -p build-opencv && cd build-opencv
4444
4545
# Configure
46-
cmake -GNinja ../opencv-4.x
46+
cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo ../opencv-4.x
4747
4848
# Build and install
4949
ninja -j

0 commit comments

Comments
 (0)