internal/rosa: remove redundant meson flags
All checks were successful
Test / Create distribution (push) Successful in 1m2s
Test / Sandbox (push) Successful in 2m42s
Test / Hakurei (push) Successful in 4m1s
Test / ShareFS (push) Successful in 4m4s
Test / Hpkg (push) Successful in 4m33s
Test / Sandbox (race detector) (push) Successful in 4m59s
Test / Hakurei (race detector) (push) Successful in 5m57s
Test / Flake checks (push) Successful in 1m42s

These have no effect.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-15 20:18:34 +09:00
parent f9c31df94d
commit 49b6526a38
2 changed files with 0 additions and 3 deletions

View File

@@ -26,10 +26,8 @@ echo 'int main(){}' > tests/sanity-test.c
cd "$(mktemp -d)"
meson setup \
--reconfigure \
--buildtype=release \
--prefix=/system \
--prefer-static \
-Ddocumentation=false \
-Dtests=true \
-Ddefault_library=both \