mirror of
https://github.com/ConsistentlyInconsistentYT/Pixeltovoxelprojector.git
synced 2025-10-12 20:02:06 +00:00
Extended bat build rule with compiler warnings.
This commit is contained in:
parent
f006e9aca0
commit
ca2f91212c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
rem Build with g++
|
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 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo [Error] Compilation failed
|
echo [Error] Compilation failed
|
||||||
pause
|
pause
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue