]> sigrok.org Git - pulseview.git/commit
win32: Use -mwindows only for non-Debug targets.
authorCenkron <redacted>
Fri, 12 Jan 2018 18:43:27 +0000 (12:43 -0600)
committerUwe Hermann <redacted>
Sat, 13 Jan 2018 17:42:36 +0000 (18:42 +0100)
commitb732b48fafdb5d237248a56764e184e10281a712
tree7be77bc7ff1a47a931aa684cf49f1544c852d86f
parentc5f9553c0b1ccd134b0d8f37b1b6c31ef3be114c
win32: Use -mwindows only for non-Debug targets.

Direct cmake to apply the -mwindows linker switch based on a cmake
command line argument rather than by using a patch file. The command
line argument is -DCMAKE_BUILD_TYPE=xxxxx and applies the linker switch
only to WIN32 builds that are not Debug.
CMakeLists.txt