diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2021-10-16 14:43:20 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2021-10-16 14:43:20 +0800 |
commit | 396ef400f5ecd0cd6670e740c79b9b6d2ce73a98 (patch) | |
tree | ddcc235830be3044dd41658c03489cb580b919e0 | |
parent | 2f4d606462bf3e4f3109eeec941134104db2c7f0 (diff) | |
download | wspkg-data-396ef400f5ecd0cd6670e740c79b9b6d2ce73a98.tar.gz wspkg-data-396ef400f5ecd0cd6670e740c79b9b6d2ce73a98.tar.zst wspkg-data-396ef400f5ecd0cd6670e740c79b9b6d2ce73a98.zip |
wsbsd: Enable OpenMP
Now enabling OpenMP no longer implies using GCC, so we can enable the
option globally without risking causing C++ library troubles.
https://cgit.freebsd.org/ports/commit/?id=07fb2d5e9d001934
https://cgit.freebsd.org/ports/commit/?id=54cc4cc6eaed14e3
-rw-r--r-- | wsbsd.files/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wsbsd.files/make.conf b/wsbsd.files/make.conf index 1fd9e1b..e8bd892 100644 --- a/wsbsd.files/make.conf +++ b/wsbsd.files/make.conf @@ -43,7 +43,7 @@ OPTIONS_SET+= DOC DOCS DOCBOOK DOXYGEN EXAMPLES GENDOCS \ HTMLDOCS MANPAGES TCLMAN TKMAN # global options - optimizations -OPTIONS_SET+= ASM CPU_OPTS MMX OPTIMIZED_CFLAGS OPTIMIZED_FLAGS SIMD \ +OPTIONS_SET+= ASM CPU_OPTS MMX OPENMP OPTIMIZED_CFLAGS OPTIMIZED_FLAGS SIMD \ SSE SSE2 SSE3 SSSE3 SSE41 SSE42 # global options - codecs |