mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
configure: Don't use -Wno-error when building seastar
This depends on the recent patches to avoid warnings in seastar. Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com> Message-Id: <20200127210833.200410-1-espindola@scylladb.com>
This commit is contained in:
committed by
Avi Kivity
parent
09e2556541
commit
a16cb00719
@@ -1139,7 +1139,6 @@ for m in ['debug', 'release', 'sanitize']:
|
||||
modes[m]['cxxflags'] += ' ' + dbgflag
|
||||
|
||||
seastar_cflags = args.user_cflags
|
||||
seastar_cflags += ' -Wno-error'
|
||||
if args.target != '':
|
||||
seastar_cflags += ' -march=' + args.target
|
||||
seastar_ldflags = args.user_ldflags
|
||||
|
||||
Reference in New Issue
Block a user