This commit is contained in:
petterreinholdtsen 2025-09-11 14:22:15 +02:00 committed by GitHub
commit 6be9e796c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
@echo off
rem Build with g++
g++ -std=c++17 -O2 ray_voxel.cpp -o ray_voxel
g++ -W -Wall -std=c++17 -O2 ray_voxel.cpp -o ray_voxel
if %ERRORLEVEL% NEQ 0 (
echo [Error] Compilation failed
pause