aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'compileopts/config.go')
-rw-r--r--compileopts/config.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/compileopts/config.go b/compileopts/config.go
index 045890bb1..a006b673b 100644
--- a/compileopts/config.go
+++ b/compileopts/config.go
@@ -192,11 +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 && parts[2] == "windows" {
- // Linker error (undefined runtime.trackedGlobalsBitmap) when linking
- // for Windows. Disable it for now until that's figured out and fixed.
- return false
- }
// Other architectures support ThinLTO.
return true
}