diff options
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f02e716f..6f1aea50b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,8 +221,8 @@ jobs: unset RUSTC_FORCE_INCREMENTAL # C build configuration. - export CC=clang-12 # Compile c source files with clang. - export CCFLAGs=-flto=thin # Tell clang to produce llvm bitcode. + export CC=clang-12 # Compile c source files with clang. + export CFLAGS=-flto=thin # Tell clang to produce llvm bitcode. # Miscellaneous flags. export CARGO_TERM_COLOR=always |