Skip to content

Commit

Permalink
Use /Z7 so debug info is per object file to support parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
malxau committed Jun 20, 2021
1 parent a6a8113 commit 0b18324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oswin32/elvis.mak
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ CLEAN :
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "oswin32" /I "." $(C_DEFINES) /D\
CPP_PROJ=/nologo /MLd /W3 /GX /Z7 /Od /I "oswin32" /I "." $(C_DEFINES) /D\
"_DEBUG" /D "_CONSOLE" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
CPP_OBJS=.\WinDebug/
CPP_SBRS=
Expand Down
2 changes: 1 addition & 1 deletion oswin32/winelvis.mak
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RSC_PROJ=/l 0x409 /fo"..\$(INTDIR)\winelvis.res" /d "NDEBUG"
LDFLAGS=/nologo /subsystem:windows /incremental:no /out:"WinElvis.exe"
!ELSE
INTDIR=GuiDebug
CFLAGS=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "oswin32" /I "." $(C_DEFINES) \
CFLAGS=/nologo /MLd /W3 /GX /Z7 /Od /I "oswin32" /I "." $(C_DEFINES) \
/D "_DEBUG" /D "_WINDOWS" /D "GUI_WIN32" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
RSC_PROJ=/l 0x409 /fo"..\$(INTDIR)\winelvis.res"
LDFLAGS=/nologo /subsystem:windows /incremental:no /pdb:"elvis.pdb" \
Expand Down

0 comments on commit 0b18324

Please sign in to comment.