We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6851d56 commit b05f919Copy full SHA for b05f919
setup.py
@@ -146,6 +146,8 @@ def main():
146
cmake_args.append("-DWITH_IPP=OFF") # tests fail with IPP compiled with
147
# devtoolset-2 GCC 4.8.2 or vanilla GCC 4.9.4
148
# see https://github.com/skvark/opencv-python/issues/138
149
+ if sys.platform.startswith('linux') and not x64:
150
+ cmake_args.append("-DCMAKE_CXX_FLAGS=-U__STRICT_ANSI__")
151
152
# ABI config variables are introduced in PEP 425
153
if sys.version_info[:2] < (3, 2):
0 commit comments