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 ada0265 commit 01e657cCopy full SHA for 01e657c
.github/workflows/ci.yml
@@ -334,7 +334,7 @@ jobs:
334
sudo sysctl -w vm.mmap_rnd_bits=28
335
- name: config
336
# --debug -O1 is to produce a debug build that runs in a reasonable amount of time
337
- run: CC=clang ./config --banner=Configured --debug -O1 -fsanitize=memory -DOSSL_SANITIZE_MEMORY -fno-optimize-sibling-calls enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-fips && perl configdata.pm --dump
+ run: CC=clang ./config --banner=Configured --debug no-shared -O1 -fsanitize=memory -DOSSL_SANITIZE_MEMORY -fno-optimize-sibling-calls enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-fips && perl configdata.pm --dump
338
- name: make
339
run: make -s -j4
340
- name: get cpu info
0 commit comments