I would like to know if compilation options can be changed without changing xcode projects.
Example by adding -Wno-unused-parameter to CFLAGS so that it will be used by Xcode when creating projects.
This should work in both cases: build from xcode in the GUI or from the console.
If someone asks why, for example, the number of projects is quite large and you may need to change only temporary parameters.
xcode xcode4
sorin
source share