Skip to content

Commit

Permalink
开启DPDK,使用KERNEL_CLANG_LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
Q2297045667 authored Jul 17, 2024
1 parent eb282df commit 39b57f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
build_options:
description: 'Build options (separate multiple options with spaces)'
required: false
default: 'BUILD_FAST=y ENABLE_LTO=y ENABLE_MOLD=y ENABLE_LRNG=y ENABLE_BPF=y USE_GCC14=y'
default: 'BUILD_FAST=y ENABLE_LTO=y KERNEL_CLANG_LTO=y ENABLE_DPDK=y ENABLE_MOLD=y ENABLE_LRNG=y ENABLE_BPF=y USE_GCC15=y '
type: string

jobs:
Expand Down

0 comments on commit 39b57f2

Please sign in to comment.