Created by: rmaz
Its currently possible to disable caching for cxx links using cache_links = false
, but this does not prevent the resulting fat binaries from being cached. This PR propagates the cache_links
setting to fat binaries too.
Created by: rmaz
Its currently possible to disable caching for cxx links using cache_links = false
, but this does not prevent the resulting fat binaries from being cached. This PR propagates the cache_links
setting to fat binaries too.