The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14526 ====================================================================== Reported By: David Rogers Assigned To: ====================================================================== Project: CMake Issue ID: 14526 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-10-31 03:20 EDT Last Modified: 2013-10-31 03:20 EDT ====================================================================== Summary: Xcode generator sets incorrect release optimization flag Description: Xcode projects generated have -O0 set for the release configuration. I think it used to be -O3 but I could be wrong on that. -O0 is certainly incorrect though.
Steps to Reproduce: Create any CMake project, I used the one here: http://www.cmake.org/cmake/help/cmake_tutorial.html Create an Xcode project from it by running cmake -G Xcode . Open the project, look at the incorrect Release configuration optimization flag. Additional Information: I do not know if 2.8.12 is the first version that is affected by this bug. I have not tried 2.8.11 to double check. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-10-31 03:20 David Rogers New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
