Disable asserts in official builds
authorJocelyn Turcotte <jturcotte@woboq.com>
Mon, 23 Mar 2015 12:43:59 +0000 (13:43 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Mon, 23 Mar 2015 12:53:09 +0000 (13:53 +0100)
commitad5620efb5dbd2d78e39d1bf31abb7eea16557f8
tree040481c89bc8245a833815c98fdefe02b5e2d9b8
parentf455c7133872a026ec08cde5a8e54b571c876779
Disable asserts in official builds

Make sure that we define NDEBUG in all configurations.
Also remove inconsistent defines:
WIN32: We don't use
_DEBUG;_WINDOWS;_USRDLL: Should be defined by the compiler if necessary
OCCONTEXTMENU_EXPORTS: We currently don't use dllimport anyway

This also update the binary submodule with an updated build.
binary
shell_integration/windows/OCContextMenu/OCContextMenu.vcxproj
shell_integration/windows/OCOverlays/OCOverlays.vcxproj
shell_integration/windows/OCUtil/OCUtil.vcxproj