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:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user