mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
ci: fix typo 'CCFLAGs' to 'CFLAGS' (#11298)
This commit is contained in:
parent
1aac47720b
commit
b7d0667a74
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -221,8 +221,8 @@ jobs:
|
||||||
unset RUSTC_FORCE_INCREMENTAL
|
unset RUSTC_FORCE_INCREMENTAL
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue