Skip to content

Commit

Permalink
try to improve build times?
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jan 14, 2022
1 parent ddfd359 commit e1c8962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff_shades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
env:
# Clang produces faster binaries in half the time and is less picky
# with the C code it's given than gcc.
CC: clang
CFLAGS: -g0 -O2
CC: clang-12
MYPYC_OPT_LEVEL: 2

steps:
- name: Checkout this repository (full clone)
Expand Down

0 comments on commit e1c8962

Please sign in to comment.