Skip to content

Commit

Permalink
build: Upgrade to seastar API level 5
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com>
Message-Id: <20200923202424.216444-1-espindola@scylladb.com>
  • Loading branch information
espindola authored and avikivity committed Sep 26, 2020
1 parent 36d93f5 commit 2093efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ def configure_seastar(build_dir, mode):
'-DSeastar_CXX_FLAGS={}'.format((seastar_cflags + ' ' + modes[mode]['cxx_ld_flags']).replace(' ', ';')),
'-DSeastar_LD_FLAGS={}'.format(seastar_ldflags),
'-DSeastar_CXX_DIALECT=gnu++20',
'-DSeastar_API_LEVEL=4',
'-DSeastar_API_LEVEL=5',
'-DSeastar_UNUSED_RESULT_ERROR=ON',
]

Expand Down

0 comments on commit 2093efc

Please sign in to comment.