Skip to content

Commit

Permalink
optimize build
Browse files Browse the repository at this point in the history
  • Loading branch information
LDprg committed Nov 22, 2024
1 parent f6b2fc8 commit 794184f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ jobs:
is_component_build=false
is_static_skiasharp=true
is_official_build=true
skia_use_harfbuzz=false
skia_use_icu=false
skia_enable_tools=false
skia_use_expat=false
skia_enable_skottie=false
skia_use_system_harfbuzz=false
skia_enable_gpu=true
skia_enable_pdf=true
skia_enable_discrete_gpu=true
Expand All @@ -49,6 +45,8 @@ jobs:
cxx="zig c++"
extra_cflags=[
"-mevex512",
"-mavx",
"-mavx512f",
]
'
third_party/ninja/ninja -C out/lib skia
Expand Down

0 comments on commit 794184f

Please sign in to comment.