Xcode: Use regular expression to extract all optimisation flags (#15794)

This commit is contained in:
Gregor Jasny
2015-10-18 21:53:12 +02:00
parent 2f269fdf0c
commit 601e6e1ad1
9 changed files with 106 additions and 9 deletions

View File

@@ -151,6 +151,8 @@ private:
cmXCodeObject* buildSettings,
const std::string& buildType);
std::string ExtractFlag(const char* flag, std::string& flags);
std::string ExtractFlagRegex(const char* exp, int matchIndex,
std::string& flags);
void SortXCodeObjects();
// delete all objects in the this->XCodeObjects vector.
void ClearXCodeObjects();