summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: