Skip to content

Commit

Permalink
drop -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
love4taylor committed Nov 10, 2023
1 parent 9a19220 commit 671f0d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ jobs:
env:
KBUILD_BUILD_TIMESTAMP: ''
KDEB_COMPRESS: "xz"
KCFLAGS: "-O3"
run: |
make \
LOCALVERSION="" \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ jobs:
env:
KBUILD_BUILD_TIMESTAMP: ''
KDEB_COMPRESS: "xz"
KCFLAGS: "-O3"
run: |
make \
LOCALVERSION="" \
Expand Down

0 comments on commit 671f0d1

Please sign in to comment.