1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
Files
opencv/cmake
Alexander Alekhin 97507e42a1 build: eliminate Xcode 9.1 warnings
- 3rdparty/libjasper/jas_getopt.c:129:25: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
- clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7s' [-Wignored-optimization-argument]
- backport IOS_ARCH toolchain option and setup CMAKE_SYSTEM_PROCESSOR:
  - adds '-mfpu=neon' compiler flag for ARM, SSE flags for i386/x86_64
  - fixed proper libpng compilation (no ARM asm)
2017-11-30 14:24:05 +03:00
..
2015-02-24 16:05:21 +03:00
2012-08-23 13:37:27 +04:00
2017-08-21 18:26:57 +03:00
2017-07-07 14:46:56 +03:00
2014-09-10 17:18:41 +08:00
2016-09-16 16:15:51 +03:00
2017-08-21 18:48:17 +03:00
2017-08-21 18:26:57 +03:00
2017-10-09 15:03:10 +03:00