Skip to content

Commit

Permalink
ci: add missing CFLAGS & CPPFLAGS variable to print_environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Dec 19, 2022
1 parent c2e0fda commit 7a74688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cirrus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ print_environment() {
SECP256K1_TEST_ITERS BENCH SECP256K1_BENCH_ITERS CTIMETEST\
EXAMPLES \
HOST WRAPPER_CMD \
CC AR NM
CC CFLAGS CPPFLAGS AR NM
do
eval "isset=\${$var+x}"
if [ -n "$isset" ]; then
Expand Down

0 comments on commit 7a74688

Please sign in to comment.