Brought in Amit's latest and tweaked a few more build options for enabling some safety checks in GCC.

This commit is contained in:
Zed A. Shaw 2025-01-19 11:05:42 -05:00
parent eef13bd325
commit 308fe4bed2
6 changed files with 62 additions and 33 deletions

View file

@ -57,6 +57,8 @@ int main() {
Stats stats;
window.setFramerateLimit(FRAME_LIMIT);
while(window.isOpen()) {
auto start = std::chrono::high_resolution_clock::now();
rayview.render();