diff options
Diffstat (limited to 'compileopts')
-rw-r--r-- | compileopts/config.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compileopts/config.go b/compileopts/config.go index b30e653e3..045890bb1 100644 --- a/compileopts/config.go +++ b/compileopts/config.go @@ -192,10 +192,6 @@ func (c *Config) UseThinLTO() bool { // through a plugin, but it's too much hassle to set up. return false } - if len(parts) >= 2 && strings.HasPrefix(parts[2], "macos") { - // We use an external linker here at the moment. - return false - } if len(parts) >= 2 && parts[2] == "windows" { // Linker error (undefined runtime.trackedGlobalsBitmap) when linking // for Windows. Disable it for now until that's figured out and fixed. |