COMP: missing -pthread flag for intel icx compiler (fixes #3251)

This commit is contained in:
Mark Olesen 2024-12-10 13:55:36 +01:00
parent 52b530fb82
commit 1cb61b90e7

View File

@ -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)