JamesPerlman / TurboNeRF

A render engine for NeRFs!
MIT License
312 stars 16 forks source link

-XCompiler flag has to be followed by another flag #9

Closed MrNeRF closed 1 year ago

MrNeRF commented 1 year ago

The -XCompiler flag cannot stand alone. We need to specify a following flag. -Werror turns warnings into errors. This helps to detect unused variables, for instance.