mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 00:54:18 +00:00
Don't build with -s, this strips vital information from the output. Use --strip-debug instead, which gets rid of the DWARF debugging information,
but keeps the file and symbols sane, so objdump can still be used on the output. svn path=/trunk/; revision=35354
This commit is contained in:
parent
809f843f36
commit
7b55de3a28
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
<define name="__MSVCRT__"/>
|
<define name="__MSVCRT__"/>
|
||||||
<compilerflag>-Wno-attributes</compilerflag>
|
<compilerflag>-Wno-attributes</compilerflag>
|
||||||
<compilerflag>-fno-strict-aliasing</compilerflag>
|
<compilerflag>-fno-strict-aliasing</compilerflag>
|
||||||
<linkerflag>-s</linkerflag>
|
<linkerflag>--strip-debug</linkerflag>
|
||||||
<linkerflag>-static</linkerflag>
|
<linkerflag>-static</linkerflag>
|
||||||
|
|
||||||
<directory name="media">
|
<directory name="media">
|
||||||
|
|
Loading…
Reference in a new issue