mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
appimagecraft: Use MinSizeRel
This commit is contained in:
parent
92b1f1b9d7
commit
4dec8bfa2e
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ project:
|
||||||
build:
|
build:
|
||||||
cmake:
|
cmake:
|
||||||
source_dir: src/
|
source_dir: src/
|
||||||
|
# You should also set your Qt6_ROOT here, like so:
|
||||||
|
# extra_variables:
|
||||||
|
# - Qt6_ROOT=
|
||||||
|
environment:
|
||||||
|
BUILD_TYPE: MinSizeRel
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
post_build:
|
post_build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue