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 6550f66 commit a38a520Copy full SHA for a38a520
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
eval "$EVAL"
120
# FIXME: remove -Wno-error-line below.
121
export CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration"
122
- make OUT=.config -s -f Makefile.configure configure | tee .config
+ make OUT=.config V=1 -s -f Makefile.configure configure && cat .config
123
make -k \
124
CFLAGS="$CFLAGS -march=native -g1 -Wall -Wextra -Werror" \
125
CPPFLAGS="-DNDEBUG -DCBOR_ENCODER_WRITER_CONTROL=-1 -DCBOR_PARSER_READER_CONTROL=-1" \
0 commit comments