windows: invert NODEBUG for cvarsmt and cvarsdll
ec866e635e
("Windows 10 SDK build fixes") inverted the meaning selecting
Debug versions for NODEBUG and vice versa.
Change-Id: I90771a71cd3efc93ba47076fbf5cd1efb0948f6f
This commit is contained in:
@@ -94,11 +94,11 @@ cdebug = -Zi -Od -DDEBUG
|
||||
cvarsmt = -D_MT
|
||||
cvarsdll = -D_MT -D_DLL
|
||||
!ifdef NODEBUG
|
||||
cvarsmt = $(cvarsmt) -MTd
|
||||
cvarsdll = $(cvarsdll) -MDd
|
||||
!else
|
||||
cvarsmt = $(cvarsmt) -MT
|
||||
cvarsdll = $(cvarsdll) -MD
|
||||
!else
|
||||
cvarsmt = $(cvarsmt) -MTd
|
||||
cvarsdll = $(cvarsdll) -MDd
|
||||
!endif
|
||||
cvars = $(cvarsmt)
|
||||
|
||||
|
Reference in New Issue
Block a user