Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Mark Olesen
2024-12-16 10:07:54 +01:00
13 changed files with 249 additions and 159 deletions

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)