mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
Allow build to not use debug msvcrt
This commit is contained in:
parent
3d136dde60
commit
b40933b15c
@ -95,9 +95,11 @@ RTL_FLAGS=-MTd # Statically linked multithreaded MSVC4.0 debug RTL
|
||||
RTL_FLAGS=-MD # Dynamically linked, multithreaded RTL
|
||||
|
||||
!ifdef MOZ_DEBUG
|
||||
!ifndef MOZ_NO_DEBUG_RTL
|
||||
RTL_FLAGS=-MDd # Dynamically linked, multithreaded MSVC4.0 debug RTL
|
||||
!endif
|
||||
!endif
|
||||
!endif
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
|
Loading…
x
Reference in New Issue
Block a user