diff --git a/wmake/rules/linux64Icx/c++ b/wmake/rules/linux64Icx/c++
index 0b834e990afca6ea6f614ff0d1b0b16447b6d245..255265154b75dd1ba0cb4a7ec96b021aa3da7b41 100644
--- a/wmake/rules/linux64Icx/c++
+++ b/wmake/rules/linux64Icx/c++
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------
 include $(GENERAL_RULES)/Icx/c++
 
-c++ARCH    := -fp-model precise
+c++ARCH    := -pthread -fp-model precise
 
 ifneq (,$(strip $(WM_COMPILE_OPTION)))
     sinclude $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)