diff options
author | Brad King <brad.king@kitware.com> | 2015-10-26 17:12:59 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-26 17:12:59 (GMT) |
commit | 4c4da56b2eb22fd902a100b294ff2acb6d77fac3 (patch) | |
tree | a7986e6fc8491b28932504bc43a75013f69cf530 /Source/cmGlobalXCodeGenerator.h | |
parent | 06ee07b854d4a77c4147dadb97f9769b17da832d (diff) | |
parent | 601e6e1ad10b83dcb5ad09d061b04e6974cda283 (diff) | |
download | CMake-4c4da56b2eb22fd902a100b294ff2acb6d77fac3.zip CMake-4c4da56b2eb22fd902a100b294ff2acb6d77fac3.tar.gz CMake-4c4da56b2eb22fd902a100b294ff2acb6d77fac3.tar.bz2 |
Merge topic 'xcode-optimization-flags'
601e6e1a Xcode: Use regular expression to extract all optimisation flags (#15794)
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index feb5009..2becb0d 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -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(); |