Add SemiDebug (-O1 with debug symbols) build mode and do not optimize Debug at all
authorkwolekr <kwolekr@minetest.net>
Mon, 19 Jan 2015 03:30:11 +0000 (22:30 -0500)
committerkwolekr <kwolekr@minetest.net>
Mon, 19 Jan 2015 03:30:11 +0000 (22:30 -0500)
commite36681101efdfec3ed9cf9d70f7c5296c4124cd6
tree995ec343ee3a682c631deebbfce33d05dda0f1e5
parent976d0b2caa3f69c0b7c40e98517073e08e87774d
Add SemiDebug (-O1 with debug symbols) build mode and do not optimize Debug at all

Add -Wall to Debug modes for all compilers and -Wabi for non-MSVC
Use /Ox for MSVC Release mode (potentially higher optimization than /O2)
src/CMakeLists.txt