File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,8 +435,8 @@ jobs:
435435 make clean
436436 LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make -j check
437437 LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make -j -C tests test-cli-tests
438- CFLAGS="-march=armv8.2-a+sve2" LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make -j check
439- CFLAGS="-march=armv8.2-a+sve2" LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make -j -C tests test-cli-tests
438+ CFLAGS="-O3 - march=armv8.2-a+sve2" LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make -j check
439+ CFLAGS="-O3 - march=armv8.2-a+sve2" LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make -j -C tests test-cli-tests
440440# This test is only compatible with standard libraries that support BTI (Branch Target Identification).
441441# Unfortunately, the standard library provided on Ubuntu 24.04 does not have this feature enabled.
442442# make clean
You can’t perform that action at this time.
0 commit comments