From 543a27356fe8b06726e03b58c9d2c34c01d9b36e Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Wed, 24 Jul 2024 03:07:04 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f570c37..e818c47 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ And to run the build: `build\Release\Raytracer.exe > image.ppm` For **Mac** or **Linux**, run these commands to obptimise build for the fastest results: + `cmake -B build/Release -DCMAKE_BUILD_TYPE=Release` `cmake --build build/Release`