summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-10-26 10:14:03 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-10-26 17:15:19 +0300
commit3746d8b4ce06866d03f5e22ad3f0f147c3a23d01 (patch)
treefb2d336956a5e406189ae65f0f015f906db06a9e
parentef3685bce585203094dcb0a07225660cd417c3d0 (diff)
downloadlibatomic_ops-3746d8b4ce06866d03f5e22ad3f0f147c3a23d01.tar.gz
Travis CI: Test with char type treated as unsigned (x86 and x86_64)
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e9173b9..11069e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
@@ -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: