Avoid setting a specific Build Setting
samuelsainz opened this issue · 0 comments
samuelsainz commented
Description
After generating the project with xcake
there are a few user-defined build settings set that I don't need—for example MTL_ENABLE_DEBUG_INFO
or MTL_FAST_MATH
.
-
Is there a way I can prevent xcake from creating a particular setting? I saw that they're defined in the base project used by xcake but I don't know how to remove one of those.
-
On the other hand, I am seeing that those settings are defined in Apple's Build Settings reference but they are shown as User-Defined Settings, which seems strange. What could be causing that?
Thanks in advance! The tool is awesome btw 😄