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:
ReactOS Portable Systems Group 2008-08-15 15:02:40 +00:00
parent 809f843f36
commit 7b55de3a28

View file

@ -68,7 +68,7 @@
<define name="__MSVCRT__"/>
<compilerflag>-Wno-attributes</compilerflag>
<compilerflag>-fno-strict-aliasing</compilerflag>
<linkerflag>-s</linkerflag>
<linkerflag>--strip-debug</linkerflag>
<linkerflag>-static</linkerflag>
<directory name="media">