ci: enable -Db_pgo=generate on release builds

Hopefully, this’ll catch missing stubs in pgo/pgo.c in the future.
This commit is contained in:
Daniel Eklöf 2022-04-23 11:24:44 +02:00
parent 1913fb6efd
commit 155a2e4790
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 7 additions and 7 deletions

View file

@ -57,7 +57,7 @@ release-x64:
- cd ..
- mkdir -p bld/release
- cd bld/release
- meson --buildtype=release -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true ../../
- meson --buildtype=release -Db_pgo=generate -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true ../../
- ninja -v -k0
- ninja -v test
- ./foot --version
@ -93,7 +93,7 @@ release-x86:
- cd ..
- mkdir -p bld/release
- cd bld/release
- meson --buildtype=release -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true ../../
- meson --buildtype=release -Db_pgo=generate -Dgrapheme-clustering=enabled -Dfcft:grapheme-shaping=enabled -Dfcft:run-shaping=enabled -Dfcft:test-text-shaping=true ../../
- ninja -v -k0
- ninja -v test
- ./foot --version