0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00

ci: fix typo 'CCFLAGs' to 'CFLAGS' (#11298)

This commit is contained in:
Bert Belder 2021-07-06 14:15:18 +02:00
parent 1aac47720b
commit b7d0667a74
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -222,7 +222,7 @@ jobs:
# C build configuration. # C build configuration.
export CC=clang-12 # Compile c source files with clang. export CC=clang-12 # Compile c source files with clang.
export CCFLAGs=-flto=thin # Tell clang to produce llvm bitcode. export CFLAGS=-flto=thin # Tell clang to produce llvm bitcode.
# Miscellaneous flags. # Miscellaneous flags.
export CARGO_TERM_COLOR=always export CARGO_TERM_COLOR=always