buildaworldnet / IrrlichtBAW

Build A World fork of Irrlicht
http://www.buildaworld.net
Apache License 2.0
122 stars 28 forks source link

Add a RelWithDebugInfo target #466

Closed devshgraphicsprogramming closed 4 years ago

devshgraphicsprogramming commented 4 years ago

Files to touch up: CMakeLists.txt lines 70:76 and macro irr_adjust_flags (please turn into a function) cmake/add_pch.cmake cmake/common.cmake source/Irrlicht/CMakeLists.txt

Note: don't define _IRR_DEBUG because we want RelWithDebugInfo to behave exact same as Release but with debug symbols attached, but the stack unwinding functionality may be enabled.

This would be a good time to fix #298