summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2020-08-03 08:52:51 +0300
committerIvan Maidanski <ivmai@mail.ru>2020-08-03 08:52:51 +0300
commitea1ec33d6a2a83c41dde1288f164cfe98f4620a2 (patch)
treeab8ffec417c220f71d33f21f42c6da3690d8d65e /.travis.yml
parentb6173fdc78815c8731979f71ab4ce19d91da3e93 (diff)
downloadbdwgc-ea1ec33d6a2a83c41dde1288f164cfe98f4620a2.tar.gz
Travis CI: Fix '-std=c11 is valid for C/ObjC but not for C++' warning
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 87d28248..be3d8592 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -158,7 +158,7 @@ jobs:
- compiler: gcc
env:
- CFLAGS_EXTRA="-std=c11 -D GC_NO_SIGSETJMP"
- - CONF_OPTIONS="--disable-threads --enable-gc-assertions --enable-cplusplus"
+ - CONF_OPTIONS="--disable-threads --enable-gc-assertions"
- NO_CLONE_LIBATOMIC_OPS=true
- compiler: clang
env: