UPD: Use external debug-info file for "Nightly" build mode

This commit is contained in:
Alexander Koblov 2011-12-11 07:29:33 +00:00
commit a48bfddc16
3 changed files with 3 additions and 2 deletions

View file

@ -35,7 +35,7 @@ rem Build Dwarf LineInfo Extractor
fpc src\extractdwrflnfo.lpr
rem Extract debug line info
src\extractdwrflnfo doublecmd.exe
src\extractdwrflnfo doublecmd.dbg
rem Strip debug info
strip --strip-all doublecmd.exe

View file

@ -48,7 +48,7 @@ build_nightly()
# Extract debug line info
chmod a+x src/extractdwrflnfo
src/extractdwrflnfo doublecmd
src/extractdwrflnfo doublecmd.dbg
# Strip debug info
strip --strip-all doublecmd

View file

@ -152,6 +152,7 @@
<Debugging>
<UseLineInfoUnit Value="False"/>
<GenerateDwarf Value="True"/>
<UseExternalDbgSyms Value="True"/>
</Debugging>
</Linking>
<Other>