Is it possible to do OS-conditional build in build.setting?

We recently added the following flag to our build.setting:


   build =

    {

        neverStripDebugInfo = true, 

    },

Due to some concerns that this may have performance impact, we would like to only have this flag be turned on for Google/Android, but not for iOS. Is it possible to turn this flag on/off based on the OS? I know we can do it for plugins, but not sure if it is possible for the build configuration itself.

Many thanks!

Andrew

You cannot do conditional tests in build.settings.

Rob

You cannot do conditional tests in build.settings.

Rob