mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
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:
parent
72ea158f16
commit
ea178a85e1
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user