mkosi: Drop $OPTIMIZATION variable

Let's instead just use $CFLAGS to override the optimization level.
This commit is contained in:
Daan De Meyer
2024-06-01 12:54:49 +02:00
parent 954019d211
commit cbbffa8355
5 changed files with 9 additions and 9 deletions

View File

@@ -128,7 +128,7 @@ jobs:
# Build debuginfo packages since we'll be publishing the packages as artifacts.
WITH_DEBUG=1
# Enabling optimizations significantly speeds up integration tests.
OPTIMIZATION=g
CFLAGS=-Og
SANITIZERS=${{ matrix.sanitizers }}
MESON_OPTIONS=--werror
LLVM=${{ matrix.llvm }}