mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Make kernel build with clang.
It's a bit faster than g++ and seems to generate perfectly fine code. The kernel is also roughly 10% smaller(!)
This commit is contained in:
@@ -42,7 +42,6 @@ private:
|
||||
void computeHash() const;
|
||||
|
||||
size_t m_length { 0 };
|
||||
bool m_ownsBuffer { true };
|
||||
mutable bool m_hasHash { false };
|
||||
const char* m_characters { nullptr };
|
||||
mutable unsigned m_hash { 0 };
|
||||
|
||||
Reference in New Issue
Block a user