From: Yann Collet Date: Sat, 12 Oct 2024 00:30:55 +0000 (-0700) Subject: measure if -O2 makes the test complete faster X-Git-Tag: v1.5.7^2~75^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f2e29a234c9f9ca63f1dd2748933a03f03ac731;p=thirdparty%2Fzstd.git measure if -O2 makes the test complete faster --- diff --git a/.github/workflows/dev-long-tests.yml b/.github/workflows/dev-long-tests.yml index 3c2d1183b..e4564c1d8 100644 --- a/.github/workflows/dev-long-tests.yml +++ b/.github/workflows/dev-long-tests.yml @@ -46,11 +46,11 @@ jobs: READFROMBLOCKDEVICE: 1 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 - - name: make test + - name: make test # note: make -j test seems to break when associated with `-m32` run: | sudo apt-get -qqq update make libc6install - CFLAGS="-m32 -O1" make test V=1 + CFLAGS="-m32 -O2" make test V=1 no-intrinsics-fuzztest: runs-on: ubuntu-latest