diff options
| -rw-r--r-- | media-libs/opencv/opencv-4.11.0-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/opencv/opencv-4.11.0-r1.ebuild b/media-libs/opencv/opencv-4.11.0-r1.ebuild index b16b161fcb09..6da0024da9d0 100644 --- a/media-libs/opencv/opencv-4.11.0-r1.ebuild +++ b/media-libs/opencv/opencv-4.11.0-r1.ebuild @@ -696,6 +696,8 @@ multilib_src_configure() { # bug #919101 and https://github.com/opencv/opencv/issues/19020 filter-lto + append-cppflags "$(usex debug '-DDEBUG' '-DNDEBUG')" + # please don't sort here, order is the same as in CMakeLists.txt local mycmakeargs=( -DMIN_VER_CMAKE=3.26 |
