mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
In debug build, define MOZ_NO_DEBUG_RTL to use the nondebug version
of the Microsoft VC run-time library.
This commit is contained in:
parent
ac85c09ee9
commit
3d136dde60
@ -48,8 +48,12 @@ GMAKE_FLAGS = $(GMAKE_FLAGS) OS_TARGET=WIN16
|
||||
|
||||
GMAKE_FLAGS = $(GMAKE_FLAGS) OS_TARGET=WIN95
|
||||
!ifdef MOZ_DEBUG
|
||||
!ifdef MOZ_NO_DEBUG_RTL
|
||||
PR_OBJDIR = WIN954.0_DBG.OBJ
|
||||
!else
|
||||
GMAKE_FLAGS = $(GMAKE_FLAGS) USE_DEBUG_RTL=1
|
||||
PR_OBJDIR = WIN954.0_DBG.OBJD
|
||||
!endif
|
||||
!else
|
||||
PR_OBJDIR = WIN954.0_OPT.OBJ
|
||||
!endif
|
||||
|
Loading…
Reference in New Issue
Block a user