ci: Try switching two GCC based arm/aarch64 build configurations to debugoptimized

This should expose issues like #300, where there are issues with
alignment of labels, referenced from debug info.
This commit is contained in:
Martin Storsjö
2019-10-11 14:06:31 +03:00
parent a6228f47f0
commit 62fcd0cb19
+2 -2
View File
@@ -178,7 +178,7 @@ build-debian-aarch64:
- aarch64
- debian
script:
- meson build --buildtype release --werror
- meson build --buildtype debugoptimized --werror
- ninja -C build
- cd build && meson test -v
@@ -219,7 +219,7 @@ build-debian-armv7:
- armv7
- debian
script:
- meson build --buildtype release --werror
- meson build --buildtype debugoptimized --werror
- ninja -C build
- cd build && meson test -v