Skip to content

Commit 2bc0a22

Browse files
committed
Enable -msse2 on m32 builder
This helps to catch stack alignment issues in JIT.
1 parent cf8dc1c commit 2bc0a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/i386/job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- template: apt.yml
1111
- script: |
1212
./buildconf --force
13-
export CFLAGS=-m32
14-
export CXXFLAGS=-m32
13+
export CFLAGS="-m32 -msse2"
14+
export CXXFLAGS="-m32 -msse2"
1515
export LDFLAGS=-L/usr/lib/i386-linux-gnu
1616
export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
1717
./configure ${{ parameters.configurationParameters }} \

0 commit comments

Comments
 (0)