From 2bc0a2253ae69d407427142e3013f71207259537 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 7 Feb 2020 11:33:42 +0100 Subject: Enable -msse2 on m32 builder This helps to catch stack alignment issues in JIT. --- azure/i386/job.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure/i386') diff --git a/azure/i386/job.yml b/azure/i386/job.yml index 37857282ed..abd476a024 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -10,8 +10,8 @@ jobs: - template: apt.yml - script: | ./buildconf --force - export CFLAGS=-m32 - export CXXFLAGS=-m32 + export CFLAGS="-m32 -msse2" + export CXXFLAGS="-m32 -msse2" export LDFLAGS=-L/usr/lib/i386-linux-gnu export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config ./configure ${{ parameters.configurationParameters }} \ -- cgit v1.2.1