vkoskiv / c-ray

c-ray is a small, simple path tracer written in C
MIT License
797 stars 44 forks source link

Remove IPO in favor of manual selection of small inlinable functions #76

Closed madmann91 closed 4 years ago

madmann91 commented 4 years ago

A couple of additional notes:

madmann91 commented 4 years ago

It might make sense to re-enable IPO, though, but only in Release builds.