openglonmetal / MGL

OpenGL 4.6 on Metal
Apache License 2.0
781 stars 30 forks source link

add -Wall and -fsanitize=address to compile options #34

Closed conversy closed 2 years ago

conversy commented 2 years ago

"-Wall" will raise some warnings to be fixed. Hopefully it will also help fix bugs in case some parameters were forgotten during the gl2mtl translation process.

-fsanitize=address will detect memory violation error. This should be put in a "debug" set of options only, I'll do it in another commit.