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:
parent
1aac47720b
commit
b7d0667a74
1 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue