mirror of
https://github.com/ConsistentlyInconsistentYT/Pixeltovoxelprojector.git
synced 2025-10-13 04:12:07 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue