mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Use -Zi and PDB's for dll creation too
This commit is contained in:
parent
80a9283964
commit
595b3252f4
@ -28,3 +28,12 @@ PDBFILE=$(LIBRARY_NAME)
|
||||
OS_LFLAGS=/DEBUG /DEBUGTYPE:CV /PDB:$(PDBFILE)
|
||||
!endif
|
||||
!endif
|
||||
|
||||
# Replace optimizer and pdb related flags to use our own conventions
|
||||
!ifdef DLLNAME
|
||||
!ifdef MOZ_DEBUG
|
||||
OPTIMIZER=-Zi -DDEBUG -UNDEBUG -D_DEBUG
|
||||
PDBFILE=$(DLLNAME)
|
||||
OS_LFLAGS=/DEBUG /DEBUGTYPE:CV /PDB:$(PDBFILE)
|
||||
!endif
|
||||
!endif
|
||||
|
Loading…
Reference in New Issue
Block a user