mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Use external debug-info file for "Nightly" build mode
This commit is contained in:
parent
9f5a211a80
commit
a48bfddc16
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
build.sh
2
build.sh
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@
|
|||
<Debugging>
|
||||
<UseLineInfoUnit Value="False"/>
|
||||
<GenerateDwarf Value="True"/>
|
||||
<UseExternalDbgSyms Value="True"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue