Skip to content

Commit

Permalink
Travis CI: Test with char type treated as unsigned (x86 and x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Oct 26, 2021
1 parent ef3685b commit 3746d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
- TESTS_CUSTOM_RUN=true
- compiler: clang
env:
- CFLAGS_EXTRA="-O3 -march=native"
- CFLAGS_EXTRA="-O3 -march=native -funsigned-char"
- CONF_OPTIONS="--enable-assertions"
- compiler: gcc
env:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- gcc-multilib
compiler: gcc
env:
- CFLAGS_EXTRA="-m32 -march=native -D AO_USE_ALMOST_LOCK_FREE"
- CFLAGS_EXTRA="-m32 -march=native -funsigned-char -D AO_USE_ALMOST_LOCK_FREE"
- CONF_OPTIONS="--enable-assertions"
- addons:
apt:
Expand Down

0 comments on commit 3746d8b

Please sign in to comment.