mirror of https://github.com/GNOME/gimp.git
gitlab-ci: no need to specify explicitly -Dbuildtype=debugoptimized.
This has now been changed to be the default meson build by Ell in the previous commit.
This commit is contained in:
parent
f7c487f535
commit
dbd1bb1f90
|
@ -237,8 +237,7 @@ gimp-x86_64-w64-mingw32-meson:
|
|||
- echo 'crossroad meson ..
|
||||
-Dwmf=disabled -Dgtk-doc=false
|
||||
-Dpython=always -Dlua=always
|
||||
-Djavascript=always -Dbuildtype=debugoptimized &&
|
||||
ninja install &&
|
||||
-Djavascript=always && ninja install &&
|
||||
cp ../build/windows/crossbuild-gitlab-ci/gimp-wrapper.cmd $CROSSROAD_PREFIX/bin/ &&
|
||||
cp -fr $CROSSROAD_PREFIX/ ../gimp-prefix/
|
||||
' |
|
||||
|
|
Loading…
Reference in New Issue