Skip to content

Commit

Permalink
Merge pull request #298 from OverOrion/ci-add-missing-flag
Browse files Browse the repository at this point in the history
ci: add --enable-extra-warnings for autotools
  • Loading branch information
MrAnno authored Sep 20, 2024
2 parents fef0ee7 + b2f55d0 commit e650ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
--disable-java-modules
--enable-ebpf
--with-python=3
--enable-extra-warnings
`[ $CC = clang ] && echo '--enable-force-gnu99' || true`
"
CMAKE_FLAGS="
Expand Down

0 comments on commit e650ce5

Please sign in to comment.