H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
202 stars 80 forks source link

Fix #1524 #1525

Closed Hoikas closed 8 months ago

Hoikas commented 8 months ago

Fixes #1524.

Xcode is a multi-config generator that may not define NDEBUG if CMAKE_BUILD_TYPE is unset and the project is built in Release or RelWithDebInfo via cmake --build. Therefore, be sure to define NDEBUG if it's a non-debug config. Also, simplify the define for _DEBUG. It's OK to double-define something.