Re: [CMake] Where do all the extra clang flags come from in Xcode?

2015-05-17 Thread Paul Smith
On Sun, 2015-05-17 at 14:43 +0200, Ruslan Baratov via CMake wrote: > As far as I know extra flags set by Xcode itself. You can use > XCODE_ATTRIBUTE_* target properties to enable/disable warnings. This > table can be helpful: > https://github.com/ruslo/leathers/wiki/List#xcodeclang-table Thanks

Re: [CMake] Where do all the extra clang flags come from in Xcode?

2015-05-17 Thread Ruslan Baratov via CMake
On 14-May-15 23:53, Paul Smith wrote: I was comparing the command line used when we choose an Xcode generator on our OSX systems, vs. the command line used when we choose a Makefile generator. We certainly have nothing in our CMakeLists.txt which sets compiler flags based on the type of generato