We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748a416 commit fe8dd91Copy full SHA for fe8dd91
.github/actions/configure-x32/action.yml
@@ -12,8 +12,8 @@ runs:
12
13
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/i386-linux-gnu/pkgconfig"
14
./buildconf --force
15
- export CFLAGS="-m32 -msse2"
16
- export CXXFLAGS="-m32 -msse2"
+ export CFLAGS="-m32 -msse2 -mfpmath=sse"
+ export CXXFLAGS="-m32 -msse2 -mfpmath=sse"
17
export LDFLAGS=-L/usr/lib/i386-linux-gnu
18
./configure ${{ inputs.configurationParameters }} \
19
--enable-option-checking=fatal \
0 commit comments