summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/std/typedthreads.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/std/typedthreads.nim b/lib/std/typedthreads.nim
index 6cc5dd9e0..2c1cf6f1d 100644
--- a/lib/std/typedthreads.nim
+++ b/lib/std/typedthreads.nim
@@ -35,8 +35,6 @@
 ##  deinitLock(L)
 
 
-when defined(windows) and defined(gcc) and (not compileOption("tlsEmulation")):
-  {.passl: "-Wl,-Bstatic -lpthread -Wl,-Bdynamic".}
 
 import std/private/[threadtypes]
 export Thread