mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Added /FR flag for WIN32 builds to generate code browsing info if
MOZ_BROWSE_INFO is set in the environment.
This commit is contained in:
parent
2e3930f61a
commit
eb0d083f63
@ -115,6 +115,13 @@ OS_CFLAGS=$(OPTIMIZER) $(RTL_FLAGS) -W3 -nologo -D_X86_ -D_WINDOWS -DWIN32 \
|
||||
|
||||
OS_CFLAGS=$(OS_CFLAGS) -DMSVC4
|
||||
|
||||
!ifdef MOZ_DEBUG
|
||||
# Enable browse info in VC++
|
||||
!ifdef MOZ_BROWSE_INFO
|
||||
OS_CFLAGS=$(OS_CFLAGS) /FR
|
||||
!endif
|
||||
!endif
|
||||
|
||||
## Removed MOZ_LITE/MOZ_MEDIUM stuff from OS_CFLAGS
|
||||
|
||||
OS_LFLAGS=$(OS_LFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user