diff --git a/examplebuildvoxelgridfrommotion.bat b/examplebuildvoxelgridfrommotion.bat index 8201200..08403cb 100644 --- a/examplebuildvoxelgridfrommotion.bat +++ b/examplebuildvoxelgridfrommotion.bat @@ -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