From f4a23b60c35a2b494be15c91e7615b2f58c9f034 Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Sat, 2 Nov 2024 15:13:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dc8520..e0c0f57 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The single-source sample ASCII test renderer can be compiled with The cross-platform fenster-based single-source bitmap renderer can be compiled with -````g++ -std=c++20 -mavx -lgdi32 tiny_bvh_fenster.cpp -o tiny_bvh_fenster```` (on windows) +````g++ -std=c++20 -mavx -mwindows -O3 tiny_bvh_fenster.cpp -o tiny_bvh_fenster```` (on windows) # Version The current version of the library is a 'prototype'; please expect changes to the interface. Once the interface has settled, more functionality will follow. Plans: