We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcf53d commit 3fbcdf8Copy full SHA for 3fbcdf8
.github/workflows/ci-macos.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Build
60
run: |
61
source ./.homebrew-build-env
62
+ export CXXFLAGS="-DNTL_THREADS=0 -fno-threadsafe-statics $CXXFLAGS"
63
./bootstrap
64
./configure --enable-download-from-upstream-url
65
make build V=0
0 commit comments