Skip to content
  • Matthew Pickering's avatar
    5b05c27b
    Disable self recomp in release flavour · 5b05c27b
    Matthew Pickering authored
    The interface files that we distribute should not contain any
    information which is used by the recompilation checking logic since
    source file will never be compiled again.
    
    I am not 100% sure this won't cause unexpected issues, there many be
    downstream consumers which are incorrectly using the information from
    interfaces, but this commit can be reverted if we detect issues.
    5b05c27b
    Disable self recomp in release flavour
    Matthew Pickering authored
    The interface files that we distribute should not contain any
    information which is used by the recompilation checking logic since
    source file will never be compiled again.
    
    I am not 100% sure this won't cause unexpected issues, there many be
    downstream consumers which are incorrectly using the information from
    interfaces, but this commit can be reverted if we detect issues.
Loading