Skip to content

Commit

Permalink
Travis CI: Test with gcc -std=c++2a
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Dec 31, 2023
1 parent 89b88c6 commit 1ccba75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- arch: arm64
compiler: gcc
env:
- CFLAGS_EXTRA="-O3 -D SIMULATE_LOST_SIGNALS -D TRACE_BUF"
- CFLAGS_EXTRA="-O3 -std=c++2a -D SIMULATE_LOST_SIGNALS -D TRACE_BUF"
- CONF_OPTIONS="--enable-cplusplus --disable-gcj-support"
- NO_CLONE_LIBATOMIC_OPS=true
- addons:
Expand Down

0 comments on commit 1ccba75

Please sign in to comment.