runcpu: support -fopenmp (dynamic linking)

This commit is contained in:
2025-07-12 18:36:58 +08:00
parent b56f5e1b56
commit 7f914686a5
3 changed files with 21 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ verify_binaries = 0
intrate,fprate:
copies = 1 # EDIT to change number of copies (see above)
intspeed,fpspeed:
threads = 1 # EDIT to change number of OpenMP threads (see above)
threads = @@OpenMPThreads@@ # EDIT to change number of OpenMP threads (see above)
#------- Compilers ------------------------------------------------------------
@@ -115,4 +115,4 @@ default=base:
intrate,intspeed=base:
EXTRA_COPTIMIZE = -fno-strict-aliasing
LDCFLAGS = -z muldefs
LDCFLAGS = -z muldefs