optimization should also be set by buildconf

This commit is contained in:
speedie 2023-05-09 12:07:38 +02:00
parent d19a9104bf
commit 18d25f094a

View file

@ -65,6 +65,7 @@ build() {
-Dpango="$pango" \ -Dpango="$pango" \
-Dpangoxft="$pangoxft" \ -Dpangoxft="$pangoxft" \
-Dlibconfig="$libconfig" \ -Dlibconfig="$libconfig" \
-Dopt="$opt" \
build build
else else
meson setup \ meson setup \
@ -76,6 +77,7 @@ build() {
-Dpango="$pango" \ -Dpango="$pango" \
-Dpangoxft="$pangoxft" \ -Dpangoxft="$pangoxft" \
-Dlibconfig="$libconfig" \ -Dlibconfig="$libconfig" \
-Dopt="$opt" \
build build
fi fi