Skip to content
Snippets Groups Projects
Commit 1cb61b90 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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

parent 52b530fb
No related branches found
No related tags found
No related merge requests found
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
include $(GENERAL_RULES)/Icx/c++ include $(GENERAL_RULES)/Icx/c++
c++ARCH := -fp-model precise c++ARCH := -pthread -fp-model precise
ifneq (,$(strip $(WM_COMPILE_OPTION))) ifneq (,$(strip $(WM_COMPILE_OPTION)))
sinclude $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION) sinclude $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment