Skip to content

Commit 7a74688

Browse files
committed
ci: add missing CFLAGS & CPPFLAGS variable to print_environment
1 parent c2e0fda commit 7a74688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cirrus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ print_environment() {
1616
SECP256K1_TEST_ITERS BENCH SECP256K1_BENCH_ITERS CTIMETEST\
1717
EXAMPLES \
1818
HOST WRAPPER_CMD \
19-
CC AR NM
19+
CC CFLAGS CPPFLAGS AR NM
2020
do
2121
eval "isset=\${$var+x}"
2222
if [ -n "$isset" ]; then

0 commit comments

Comments
 (0)