Skip to content

Commit

Permalink
ci: update build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol committed Jul 10, 2024
1 parent cd38fc0 commit bc1cdb1
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: 'KERNEL_CLANG_LTO=y ENABLE_UHTTPD=y ENABLE_DPDK=y BUILD_FAST=y ENABLE_LTO=y ENABLE_MOLD=y ENABLE_LRNG=y ENABLE_BPF=y USE_GCC14=y'
type: string

jobs:
Expand Down

0 comments on commit bc1cdb1

Please sign in to comment.