Compile dls.cpp at -O1 to avoid slow compilation times.

Bug: http://b/25691376

This file takes 30 minutes to compile at -O2 for aarch64, due to an
upstream Clang bug (https://llvm.org/bugs/show_bug.cgi?id=25794).
Switching to -O1 for just this file reduces compilation to seconds.

Change-Id: I590bd0bd2d78418e70286d34c0a0674abfd5ea66
1 file changed
tree: 62d183529760993f3620a90af7bb7092dca230be
  1. 3rdparty/
  2. apps/
  3. cmake/
  4. data/
  5. doc/
  6. include/
  7. modules/
  8. opencv2/
  9. platforms/
  10. samples/
  11. Android.mk
  12. CMakeLists.txt
  13. cvconfig.h
  14. LICENSE
  15. MODULE_LICENSE_BSD
  16. NOTICE
  17. README.md
README.md

OpenCV: Open Source Computer Vision Library

Gittip

Resources

Contributing

Please read before starting work on a pull request: http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up “oops” commits before submitting;
  • Follow the coding style guide.