Meta: Set option to enable baseline CPU target for CI in Flatpak

PR #6010 adds the ENABLE_CI_BASELINE_CPU option,
but for the Flatpak manifest it was missed to set the value.
This commit fixes that.
This commit is contained in:
Jan Koudijs 2025-10-05 11:07:18 +02:00 committed by Jelle Raaijmakers
parent 72ea158f16
commit ea178a85e1

View File

@ -561,7 +561,7 @@
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_C_COMPILER=clang",
"-DCMAKE_CXX_COMPILER=clang++",
"-DENABLE_CI_BASELINE_CPU",
"-DENABLE_CI_BASELINE_CPU=ON",
"-DENABLE_LTO_FOR_RELEASE=ON",
"-DENABLE_INSTALL_FREEDESKTOP_FILES=ON",
"-DENABLE_INSTALL_HEADERS=OFF",