diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-11 21:44:22 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-11 21:44:22 +0100 |
| commit | 41ef07c5092c9d1fad3e06f63ccd0e8e3969e104 (patch) | |
| tree | 1e6e45be8d2dcaf685a1450a67dad02268c0274a | |
| parent | aa30fe900e8cca0bf260279b505654ff28eebf06 (diff) | |
remove noinline
clang doesn't crash on release builds anymore.
| -rw-r--r-- | src/world.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp index b3b79095..a95cdd21 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -12,7 +12,6 @@ world::world(std::size_t capacity) : _chunks{capacity, hasher} _chunks.max_load_factor(max_load_factor); } -fm_noinline chunk& world::operator[](chunk_coords coord) noexcept { maybe_collect(); |
