mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Remove debug output from windows compile workflow.
This commit is contained in:
parent
c8add463c4
commit
ef718f02e4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/analysis_ports.yml
vendored
2
.github/workflows/analysis_ports.yml
vendored
|
|
@ -233,8 +233,6 @@ jobs:
|
||||||
cd unbound
|
cd unbound
|
||||||
echo "./configure --enable-debug --enable-static-exe --disable-flto \"--with-ssl=$prepath/openssl\" --with-libexpat=\"$prepath/expat\" --disable-shared"
|
echo "./configure --enable-debug --enable-static-exe --disable-flto \"--with-ssl=$prepath/openssl\" --with-libexpat=\"$prepath/expat\" --disable-shared"
|
||||||
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat" --disable-shared
|
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat" --disable-shared
|
||||||
# debug to see getaddrinfo test output.
|
|
||||||
cat config.log
|
|
||||||
make
|
make
|
||||||
# specific test output
|
# specific test output
|
||||||
#make testbound.exe; ./testbound.exe -s
|
#make testbound.exe; ./testbound.exe -s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue