(Try to) disable LTO ?

This commit is contained in:
Alex Auvolat
2020-04-10 22:55:01 +02:00
parent a50f07dfdc
commit ff4fb97568
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -104,6 +104,11 @@ impl PartitionKey for Hash {
self.clone()
}
}
impl SortKey for Hash {
fn sort_key(&self) -> &[u8] {
self.as_slice()
}
}
#[async_trait]
pub trait TableFormat: Send + Sync {