mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Enable -msse2 on m32 builder
This helps to catch stack alignment issues in JIT.
This commit is contained in:
parent
cf8dc1c1a2
commit
2bc0a2253a
1 changed files with 2 additions and 2 deletions
|
@ -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 }} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue